sharlatan pushed a commit to branch go-team
in repository guix.

commit d3a92e10a6ca092257e2492df16643438c9cc1c3
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 18 13:36:11 2025 +0000

    gnu: Add go-github-com-elazarl-go-bindata-assetfs.
    
    * gnu/packages/golang-web.scm (go-github-com-elazarl-go-bindata-assetfs): 
New variable.
    
    Change-Id: I83b526527a5ece32d2ea532a9376b9534bb6cf4d
---
 gnu/packages/golang-web.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 82290b5b6a..5cc1202a40 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1965,6 +1965,31 @@ authentication through Negotiate mechanism (see
 @url{https://tools.ietf.org/html/rfc4559, RFC4559}).")
     (license license:expat)))
 
+(define-public go-github-com-elazarl-go-bindata-assetfs
+  (package
+    (name "go-github-com-elazarl-go-bindata-assetfs")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/elazarl/go-bindata-assetfs";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "05j8gy417gcildmxa04m8ylriaakadr7zvwn2ggq56pdg7b63knc"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/elazarl/go-bindata-assetfs"))
+    (home-page "https://github.com/elazarl/go-bindata-assetfs";)
+    (synopsis "Serves embedded files with @code{net/http}")
+    (description
+     "assetfs allows packages to serve static content embedded with the
+@url{https://github.com/go-bindata/go-bindata, go-bindata} tool with the
+standard @code{net/http} package.")
+    (license license:bsd-2)))
+
 (define-public go-github-com-elazarl-goproxy
   (package
     (name "go-github-com-elazarl-goproxy")

Reply via email to