diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index ac5ef1b..bcc25d4 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2697,3 +2697,24 @@ used as a more human friendly alternative to JSON for structured logging.") to the standard output. The API can be used in several way, pick one that suits you.") (license license:expat))) +(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 + (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 '(#:import-path "github.com/aybabtme/rgbterm")) + (home-page "https://github.com/aybabtme/rgbterm") + (synopsis "RGB terminal") + (description + "Package rgbterm colorizes bytes and strings using RGB colors, for a full range +of pretty terminal strings.") + (license unknown-license!)))