Skip to content

Commit

Permalink
add: apptainer{,-suid}-deb (pacstall#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Brox authored and Xdavius committed Sep 12, 2024
1 parent 1ace576 commit d1fc1a5
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ anydesk-bin
anydesk-deb
anytype-deb
appimagelauncher-deb
apptainer-deb
apptainer-suid-deb
apx-git
ardour-git
arduino-cli-bin
Expand Down
10 changes: 10 additions & 0 deletions packages/apptainer-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pkgbase = apptainer-deb
gives = apptainer
pkgver = 1.3.3
pkgdesc = container platform focused on supporting "Mobility of Compute" formerly known as Singularity
arch = amd64
repology = project: apptainer
source = https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer_1.3.3_amd64.deb
sha256sums = 1a2e96cae9eaf54b069bd0107da590e60452e6d58430376c91058ad751497b59

pkgname = apptainer-deb
8 changes: 8 additions & 0 deletions packages/apptainer-deb/apptainer-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pkgname="apptainer-deb"
gives="apptainer"
pkgver="1.3.3"
source=("https://github.com/apptainer/apptainer/releases/download/v${pkgver}/apptainer_${pkgver}_amd64.deb")
pkgdesc='container platform focused on supporting "Mobility of Compute" formerly known as Singularity'
sha256sums=("1a2e96cae9eaf54b069bd0107da590e60452e6d58430376c91058ad751497b59")
arch=('amd64')
repology=("project: ${gives}")
11 changes: 11 additions & 0 deletions packages/apptainer-suid-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgbase = apptainer-suid-deb
gives = apptainer-suid
pkgver = 1.3.3
pkgdesc = setuid-root portion of apptainer
arch = amd64
pacdeps = apptainer-deb
repology = project: apptainer
source = https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid_1.3.3_amd64.deb
sha256sums = 4a1ca609ffd0fbc532ec3af7427eca054a47e14a82e004c918e16e063cd35239

pkgname = apptainer-suid-deb
9 changes: 9 additions & 0 deletions packages/apptainer-suid-deb/apptainer-suid-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pkgname="apptainer-suid-deb"
gives="apptainer-suid"
pkgver="1.3.3"
pacdeps=("apptainer-deb")
source=("https://github.com/apptainer/apptainer/releases/download/v${pkgver}/apptainer-suid_${pkgver}_amd64.deb")
pkgdesc="setuid-root portion of apptainer"
sha256sums=("4a1ca609ffd0fbc532ec3af7427eca054a47e14a82e004c918e16e063cd35239")
arch=('amd64')
repology=("project: apptainer")
23 changes: 23 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,29 @@ pkgbase = appimagelauncher-deb

pkgname = appimagelauncher-deb
---
pkgbase = apptainer-deb
gives = apptainer
pkgver = 1.3.3
pkgdesc = container platform focused on supporting "Mobility of Compute" formerly known as Singularity
arch = amd64
repology = project: apptainer
source = https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer_1.3.3_amd64.deb
sha256sums = 1a2e96cae9eaf54b069bd0107da590e60452e6d58430376c91058ad751497b59

pkgname = apptainer-deb
---
pkgbase = apptainer-suid-deb
gives = apptainer-suid
pkgver = 1.3.3
pkgdesc = setuid-root portion of apptainer
arch = amd64
pacdeps = apptainer-deb
repology = project: apptainer
source = https://github.com/apptainer/apptainer/releases/download/v1.3.3/apptainer-suid_1.3.3_amd64.deb
sha256sums = 4a1ca609ffd0fbc532ec3af7427eca054a47e14a82e004c918e16e063cd35239

pkgname = apptainer-suid-deb
---
pkgbase = apx-git
gives = apx
pkgver = 2.4.0
Expand Down

0 comments on commit d1fc1a5

Please sign in to comment.