adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-24 14:12:54 +01:00
parent 96542c279a
commit b49b012a92
GPG key ID: 38751DAE145EFB5A

View file

@ -13066,3 +13066,71 @@ send them to NewRelic.")
(synopsis #f)
(description #f)
(license license:asl2.0)))
(define-public go-github-com-apptainer-sif-v2-2.3.2
(package
(name "go-github-com-apptainer-sif-v2")
(version "2.3.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/apptainer/sif")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10cmvgyjxnfgw5661n1zbdr8zs29rx9izsr1bbnnyjr9kdqdhfg1"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/apptainer/sif/v2"))
(propagated-inputs
`(("go-gopkg-in-warnings-v0-0.1.2" ,go-gopkg-in-warnings-v0-0.1.2)
("go-golang-org-x-sys-0.0.0-20211205182925-97ca703d548d"
,go-golang-org-x-sys-0.0.0-20211205182925-97ca703d548d)
("go-golang-org-x-net-0.0.0-20210813160813-60bc85c4be6d"
,go-golang-org-x-net-0.0.0-20210813160813-60bc85c4be6d)
("go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5"
,go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5)
("go-github-com-xanzy-ssh-agent-0.3.0"
,go-github-com-xanzy-ssh-agent-0.3.0)
("go-github-com-sergi-go-diff-1.1.0"
,go-github-com-sergi-go-diff-1.1.0)
("go-github-com-pmezard-go-difflib-1.0.0"
,go-github-com-pmezard-go-difflib-1.0.0)
("go-github-com-mitchellh-go-homedir-1.1.0"
,go-github-com-mitchellh-go-homedir-1.1.0)
("go-github-com-kevinburke-ssh-config-0.0.0-20201106050909-4977a11b4351"
,go-github-com-kevinburke-ssh-config-0.0.0-20201106050909-4977a11b4351)
("go-github-com-jbenet-go-context-0.0.0-20150711004518-d14ea06fba99"
,go-github-com-jbenet-go-context-0.0.0-20150711004518-d14ea06fba99)
("go-github-com-inconshreveable-mousetrap-1.0.0"
,go-github-com-inconshreveable-mousetrap-1.0.0)
("go-github-com-imdario-mergo-0.3.12"
,go-github-com-imdario-mergo-0.3.12)
("go-github-com-go-git-go-billy-v5-5.3.1"
,go-github-com-go-git-go-billy-v5-5.3.1)
("go-github-com-go-git-gcfg-1.5.0" ,go-github-com-go-git-gcfg-1.5.0)
("go-github-com-emirpasic-gods-1.12.0"
,go-github-com-emirpasic-gods-1.12.0)
("go-github-com-acomagu-bufpipe-1.0.3"
,go-github-com-acomagu-bufpipe-1.0.3)
("go-github-com-microsoft-go-winio-0.4.16"
,go-github-com-microsoft-go-winio-0.4.16)
("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5)
("go-github-com-spf13-cobra-1.3.0" ,go-github-com-spf13-cobra-1.3.0)
("go-github-com-sebdah-goldie-v2-2.5.3"
,go-github-com-sebdah-goldie-v2-2.5.3)
("go-github-com-magefile-mage-1.12.1"
,go-github-com-magefile-mage-1.12.1)
("go-github-com-google-uuid-1.3.0" ,go-github-com-google-uuid-1.3.0)
("go-github-com-go-git-go-git-v5-5.4.2"
,go-github-com-go-git-go-git-v5-5.4.2)
("go-github-com-blang-semver-v4-4.0.0"
,go-github-com-blang-semver-v4-4.0.0)
("go-github-com-protonmail-go-crypto-0.0.0-20220113124808-70ae35bab23f"
,go-github-com-protonmail-go-crypto-0.0.0-20220113124808-70ae35bab23f)))
(home-page "https://github.com/apptainer/sif")
(synopsis "The Singularity Image Format (SIF)")
(description
"This module contains an open source implementation of the Singularity Image
Format (SIF) that makes it easy to create complete and encapsulated container
environments stored in a single file.")
(license license:bsd-3)))