gnu: Add go-github-com-aybabtme-rgbterm.

* gnu/packages/golang-xyz.scm (go-github-com-aybabtme-rgbterm): New variable.

Change-Id: Ia560fd21bedd9797af774d3ee93639c30f580b80
This commit is contained in:
Sharlatan Hellseher 2025-07-08 08:26:24 +01:00
parent 4ececfd712
commit d8a83ff6eb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2026,6 +2026,30 @@ multiset. This implementation offers enhanced performance, flexibility, and
simplicity while maintaining accuracy.")
(license license:expat)))
(define-public go-github-com-aybabtme-rgbterm
(package
(name "go-github-com-aybabtme-rgbterm")
(version "0.0.0-20170906152045-cc83f3b3ce59")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aybabtme/rgbterm")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/aybabtme/rgbterm"))
(home-page "https://github.com/aybabtme/rgbterm")
(synopsis "RGB colors support in terminal")
(description
"Package rgbterm colorizes bytes and strings using RGB colors, for a full
range of pretty terminal strings.")
(license license:expat)))
(define-public go-github-com-aymanbagabas-go-osc52-v2
(package
(name "go-github-com-aymanbagabas-go-osc52-v2")