mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-git-sr-ht-sircmpwn-go-bare.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-sircmpwn-go-bare): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iea3ac2489549fe4cb1b1ce216a998c30c9f996d6
This commit is contained in:
parent
2799f6c6e1
commit
bb1beff54d
1 changed files with 29 additions and 0 deletions
|
@ -113,6 +113,35 @@ (define-public go-code-cloudfoundry-org-bytefmt
|
|||
a human-readable byte format.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-git-sr-ht-sircmpwn-go-bare
|
||||
(package
|
||||
(name "go-git-sr-ht-sircmpwn-go-bare")
|
||||
(version "0.0.0-20210406120253-ab86bc2846d9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~sircmpwn/go-bare")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zh36qppk8lscd8mysy0anm2vw5c74c10f4qvhd541wxm06di928"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "git.sr.ht/~sircmpwn/go-bare"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-git-sr-ht-sircmpwn-getopt))
|
||||
(home-page "https://git.sr.ht/~sircmpwn/go-bare")
|
||||
(synopsis "Implementation of the BARE message format")
|
||||
(description
|
||||
"This package provides an implementation of the @acronym{BARE, Binary
|
||||
Application Record Encoding} https://baremessages.org/ message format for
|
||||
Golang.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-a8m-envsubst
|
||||
(package
|
||||
(name "go-github-com-a8m-envsubst")
|
||||
|
|
Loading…
Reference in a new issue