aboutsummaryrefslogtreecommitdiff
path: root/repos/core/autils/abuild
diff options
context:
space:
mode:
authorEmmett1 <me@emmett1.my>2026-05-31 16:50:32 +0000
committerEmmett1 <me@emmett1.my>2026-05-31 16:50:32 +0000
commit33d57b58b6e5a13f9a9ac7990966b92b80fe9371 (patch)
tree79192787c667a41dfaf765fb9d2f6cef6c2f6384 /repos/core/autils/abuild
parent3728c11743a657b9c58c4e38f702596ac728d6cb (diff)
downloadalicelinux-33d57b58b6e5a13f9a9ac7990966b92b80fe9371.tar.gz
alicelinux-33d57b58b6e5a13f9a9ac7990966b92b80fe9371.zip
autils: updated to 0.2
Diffstat (limited to 'repos/core/autils/abuild')
-rw-r--r--repos/core/autils/abuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/repos/core/autils/abuild b/repos/core/autils/abuild
index d672694e..a1eeccfe 100644
--- a/repos/core/autils/abuild
+++ b/repos/core/autils/abuild
@@ -1,10 +1,8 @@
name=autils
-version=0.1
+version=0.2
release=1
-source="$name-$version.tar.gz::https://codeberg.org/emmett1/autils/archive/v${version}.tar.gz"
+source="$name-$version.tar.gz::https://codeberg.org/emmett1/autils/archive/${version}.tar.gz"
build() {
- chmod +x INSTALL.sh
- DESTDIR=$PKG ./INSTALL.sh
- rm $PKG/etc/apkg.conf
+ make DESTDIR=$PKG install
}