mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: go-github-com-daviddengcn-go-colortext: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-daviddengcn-go-colortext): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Idfb83db0d5ce5b750c057feaa2f97b6245872c32
This commit is contained in:
parent
ff64c36d4f
commit
f97a1678f1
2 changed files with 28 additions and 27 deletions
|
@ -3633,6 +3633,34 @@ gist (https://gist.github.com/kballard/272720).")
|
|||
(description "This package provides functionality to generate Go code.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-daviddengcn-go-colortext
|
||||
(package
|
||||
(name "go-github-com-daviddengcn-go-colortext")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/daviddengcn/go-colortext")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j5ldwg3a768d3nniiglghr9axj4p87k7f7asqxa1a688xvcms48"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/daviddengcn/go-colortext"))
|
||||
(native-inputs
|
||||
(list go-github-com-golangplus-testing))
|
||||
(home-page "https://github.com/daviddengcn/go-colortext")
|
||||
(synopsis "Change the color of console text and background")
|
||||
(description
|
||||
"This is a package to change the color of the text and background in the
|
||||
console, working both under Windows and other systems. Under Windows, the
|
||||
console APIs are used. Otherwise, ANSI texts are output.")
|
||||
;; dual-licensed
|
||||
(license (list license:bsd-3 license:expat))))
|
||||
|
||||
(define-public go-github-com-dbaggerman-cuba
|
||||
(package
|
||||
(name "go-github-com-dbaggerman-cuba")
|
||||
|
|
|
@ -1841,33 +1841,6 @@ your Go binary to be later served from an http.FileSystem.")
|
|||
(description "This package provides additions to Go's stdlib @code{fmt}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-daviddengcn-go-colortext
|
||||
(package
|
||||
(name "go-github-com-daviddengcn-go-colortext")
|
||||
(version "1.0.0")
|
||||
(home-page "https://github.com/daviddengcn/go-colortext")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j5ldwg3a768d3nniiglghr9axj4p87k7f7asqxa1a688xvcms48"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/daviddengcn/go-colortext"))
|
||||
(native-inputs
|
||||
(list go-github-com-golangplus-testing))
|
||||
(synopsis "Change the color of console text and background")
|
||||
(description
|
||||
"This is a package to change the color of the text and background in the
|
||||
console, working both under Windows and other systems.
|
||||
|
||||
Under Windows, the console APIs are used. Otherwise, ANSI texts are output.")
|
||||
;; dual-licensed
|
||||
(license (list license:bsd-3 license:expat))))
|
||||
|
||||
(define-public go-github-com-nathan-osman-go-sunrise
|
||||
(let ((commit "c8f9f1eb869135f07378e7e3c5ec7a005f806c73")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue