mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
d5c545d86e
commit
d2caf5c48b
1 changed files with 25 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue