mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add go-github-com-whyrusleeping-stump.
* gnu/packages/golang.scm (go-github-com-whyrusleeping-stump): New variable.
This commit is contained in:
parent
38566e975e
commit
56eb7bd33c
1 changed files with 25 additions and 0 deletions
|
@ -3285,3 +3285,28 @@ (define-public go-github-com-whyrusleeping-progmeter
|
|||
(synopsis "Progress meter for Go")
|
||||
(description "Progress meter for Go.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-stump
|
||||
(let ((commit "206f8f13aae1697a6fc1f4a55799faf955971fc5")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-stump")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/whyrusleeping/stump.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s40qdppjnk8gijk7x6kbviiqz62nz3h6gic2q9cwcmq8r5isw7n"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/whyrusleeping/stump"))
|
||||
(home-page "https://github.com/whyrusleeping/stump")
|
||||
(synopsis "Very basic logging package for Go")
|
||||
(description "A simple log library, for when you don't really care to
|
||||
have super fancy logs.")
|
||||
(license license:expat))))
|
||||
|
|
Loading…
Reference in a new issue