summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 13:06:37 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:53 +0000
commitf97a1678f1c7d69a6ee8fd46d567c1c3878b9744 (patch)
tree5340cbd52169ce04a8ebffce538bf0a39dc5e0e8 /gnu/packages/golang-xyz.scm
parentff64c36d4fda09af2fe5650e8b4819417c18141d (diff)
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 581361508f..96ae9cd0b6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")