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