diff options
Diffstat (limited to 'spm/abuild')
| -rw-r--r-- | spm/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 } |