aboutsummaryrefslogtreecommitdiff
path: root/spm/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-31 16:51:02 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-31 16:51:02 +0000
commit8e501e181005882727834822a4eb027fc8b7d8c2 (patch)
tree4fa0e5ae1489a6d470683bfc7c2d1f6d10ff001a /spm/abuild
parent0edbb3aef9a4865695363789af4520d82161a366 (diff)
downloadalicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.tar.gz
alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.zip
Woodpecker CI 33d57b58b6e5a13f9a9ac7990966b92b80fe9371 [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
}