mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
4de52992db
commit
9eaf90af45
1 changed files with 21 additions and 0 deletions
|
@ -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!)))
|
||||
|
|
Loading…
Add table
Reference in a new issue