aboutsummaryrefslogtreecommitdiff
path: root/spm/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:34 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:34 +0000
commit8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 (patch)
tree88e5aaa8cf9d3c0538cdff935a56786705548d75 /spm/abuild
parent96ec28ea0d2c05032f40f50bc6b9de7020138f57 (diff)
downloadalicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.tar.gz
alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'spm/abuild')
-rw-r--r--spm/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/spm/abuild b/spm/abuild
new file mode 100644
index 00000000..b0dd508f
--- /dev/null
+++ b/spm/abuild
@@ -0,0 +1,10 @@
+name=spm
+version=20250304
+_commit=2826ed41fcb5a127d2dd6028c4566e5a2220cb4a
+release=1
+source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"
+
+build() {
+ install -d $PKG/usr/bin
+ cp spm $PKG/usr/bin
+}