aboutsummaryrefslogtreecommitdiff
path: root/autils/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 /autils/abuild
parent0edbb3aef9a4865695363789af4520d82161a366 (diff)
downloadalicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.tar.gz
alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.zip
Woodpecker CI 33d57b58b6e5a13f9a9ac7990966b92b80fe9371 [SKIP CI]
Diffstat (limited to 'autils/abuild')
-rw-r--r--autils/abuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/autils/abuild b/autils/abuild
index d672694e..a1eeccfe 100644
--- a/autils/abuild
+++ b/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
}