adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:41:17 +01:00
parent 5744c261be
commit f3aaf923b2
GPG key ID: 38751DAE145EFB5A

View file

@ -2774,3 +2774,25 @@ attempts to provide access to the standard Go test tool as close as possible
while adding support for test suites and plugins that can hook into test results
to add additional functionality.")
(license license:expat)))
(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a
(package
(name "go-github-com-aphistic-golf")
(version "0.0.0-20180712155816-02c07f170c5a")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aphistic/golf")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/aphistic/golf"))
(home-page "https://github.com/aphistic/golf")
(synopsis "golf")
(description
"This package provides logging capabilities using the GELF
(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/})
log format")
(license license:expat)))