aboutsummaryrefslogtreecommitdiff
path: root/spm/abuild
diff options
context:
space:
mode:
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
}