aboutsummaryrefslogtreecommitdiff
path: root/spm/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-03 23:29:56 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-03 23:29:56 +0000
commitb2881cc1de0bae3b360c65963242a101507e2136 (patch)
treee880c6687f30b836abd84e80b7cb2b9aafc466b7 /spm/abuild
parent3594fe747fa10dc64faac92c2a175adc8bc380c2 (diff)
downloadalicelinux-b2881cc1de0bae3b360c65963242a101507e2136.tar.gz
alicelinux-b2881cc1de0bae3b360c65963242a101507e2136.zip
Woodpecker CI d55b6466e59794f44a0c0c4e66ca55066c7205d0 [SKIP CI]
Diffstat (limited to 'spm/abuild')
-rw-r--r--spm/abuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/spm/abuild b/spm/abuild
index 3ab8e129..1e64b479 100644
--- a/spm/abuild
+++ b/spm/abuild
@@ -1,10 +1,8 @@
name=spm
-version=20250626
-_commit=e2c62f10999af8c80a65b1b8d54a77f1e29a36be
+version=0.1
release=1
-source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"
+source="$name-$version.tar.xz::https://codeberg.org/emmett1/spm/archive/$version.tar.gz"
build() {
- install -d $PKG/usr/bin
- cp spm $PKG/usr/bin
+ make DESTDIR=$PKG install
}