diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-31 16:50:25 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-31 16:50:25 +0000 |
| commit | 3728c11743a657b9c58c4e38f702596ac728d6cb (patch) | |
| tree | 1db94810922a518a20d68dad8b89caedaf39c5f3 /repos/core/spm/abuild | |
| parent | cde4ac9cad12e1d5e4bc5b2336f43ca3fff323e4 (diff) | |
| download | alicelinux-3728c11743a657b9c58c4e38f702596ac728d6cb.tar.gz alicelinux-3728c11743a657b9c58c4e38f702596ac728d6cb.zip | |
spm: updated to 0.1
Diffstat (limited to 'repos/core/spm/abuild')
| -rw-r--r-- | repos/core/spm/abuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/repos/core/spm/abuild b/repos/core/spm/abuild index 3ab8e129..1e64b479 100644 --- a/repos/core/spm/abuild +++ b/repos/core/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 } |