mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add go-github-com-mitchellh-colorstring.
* gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
8b85aeaa08
commit
28418027e5
1 changed files with 22 additions and 0 deletions
|
@ -11304,6 +11304,28 @@ (define-public go-sigs-k8s-io-yaml
|
||||||
@url{https://github.com/ghodss/yaml,ghodss/yaml}.")
|
@url{https://github.com/ghodss/yaml,ghodss/yaml}.")
|
||||||
(license (list license:expat license:bsd-3))))
|
(license (list license:expat license:bsd-3))))
|
||||||
|
|
||||||
|
(define-public go-github-com-mitchellh-colorstring
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mitchellh-colorstring")
|
||||||
|
(version "0.0.0-20190213212951-d06e56a500db")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mitchellh/colorstring")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1d2mi5ziszfzdgaz8dg4b6sxa63nw1jnsvffacqxky6yz9m623kn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/mitchellh/colorstring"))
|
||||||
|
(home-page "https://github.com/mitchellh/colorstring")
|
||||||
|
(synopsis "Functions to colorize strings for terminal output")
|
||||||
|
(description
|
||||||
|
"Colorstring provides functions for colorizing strings for terminal output.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-git-sr-ht-emersion-go-scfg
|
(define-public go-git-sr-ht-emersion-go-scfg
|
||||||
(package
|
(package
|
||||||
(name "go-git-sr-ht-emersion-go-scfg")
|
(name "go-git-sr-ht-emersion-go-scfg")
|
||||||
|
|
Loading…
Reference in a new issue