summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-18 13:36:11 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 16:50:11 +0100
commitd2caf5c48be3b61ec42f869fbd31ce50a299283e (patch)
treef60b3a34bfab470e6dc94b4b1bd8dafff5997806
parentd5c545d86ecd4c8b7924cc1036c5e66856ddea55 (diff)
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
-rw-r--r--gnu/packages/golang-web.scm25
1 files changed, 25 insertions, 0 deletions
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")