adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:27:41 +01:00
parent 4de52992db
commit 9eaf90af45
GPG key ID: 38751DAE145EFB5A

View file

@ -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 to the standard output. The API can be used in several way, pick one that suits
you.") you.")
(license license:expat))) (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!)))