From 2a4cc76aa760de21ca68c1b1f96ebf1e7ddbaf43 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 17 Feb 2025 07:26:09 +0800 Subject: autils: updated to 20250205 --- repos/core/autils/abuild | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'repos/core/autils/abuild') diff --git a/repos/core/autils/abuild b/repos/core/autils/abuild index 2be85eeb..67f30561 100644 --- a/repos/core/autils/abuild +++ b/repos/core/autils/abuild @@ -1,18 +1,11 @@ name=autils -version=20240830 -_commit=1301d84c0cf6c991998288e65e904973700c04b0 +version=20250205 +_commit=19b41562c7e4c5f2ed1539e9f032b3882a62b732 release=1 source="$name-$_commit.tar.gz::https://codeberg.org/emmett1/autils/archive/$_commit.tar.gz" build() { - mkdir -p $PKG/usr/bin $PKG/etc $PKG/usr/share - for i in *; do - [ -d $i ] && continue - case $i in - README*|LICENSE|*.sh);; - *.conf) install -Dm644 $i $PKG/etc/$i;; - *) install -Dm755 $i $PKG/usr/bin/$i;; - esac - done - cp -r doc/man $PKG/usr/share + chmod +x INSTALL.sh + DESTDIR=$PKG ./INSTALL.sh + rm $PKG/etc/apkg.conf } -- cgit v1.2.3