aboutsummaryrefslogtreecommitdiff
path: root/autils
diff options
context:
space:
mode:
Diffstat (limited to 'autils')
-rw-r--r--autils/.checksum1
-rw-r--r--autils/.files16
-rw-r--r--autils/abuild11
3 files changed, 28 insertions, 0 deletions
diff --git a/autils/.checksum b/autils/.checksum
new file mode 100644
index 00000000..23d97d64
--- /dev/null
+++ b/autils/.checksum
@@ -0,0 +1 @@
+3b2f20b19da12ad44044883389f6211e594451be9a9603c0a1a5b49e6abb46e2 autils-3d486e2b5998c63b85c17f7bbb9f3619ef651135.tar.gz
diff --git a/autils/.files b/autils/.files
new file mode 100644
index 00000000..d70925e1
--- /dev/null
+++ b/autils/.files
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/apkg
+-rwxr-xr-x root/root usr/bin/apkg-chroot
+-rwxr-xr-x root/root usr/bin/apkg-clean
+-rwxr-xr-x root/root usr/bin/apkg-deps
+-rwxr-xr-x root/root usr/bin/apkg-foreign
+-rwxr-xr-x root/root usr/bin/apkg-genabuild
+-rwxr-xr-x root/root usr/bin/apkg-orphan
+-rwxr-xr-x root/root usr/bin/apkg-outdated
+-rwxr-xr-x root/root usr/bin/apkg-purge
+-rwxr-xr-x root/root usr/bin/apkg-redundantdeps
+-rwxr-xr-x root/root usr/bin/apkg-reposync
+-rwxr-xr-x root/root usr/bin/revdep
+-rwxr-xr-x root/root usr/bin/updateconf
diff --git a/autils/abuild b/autils/abuild
new file mode 100644
index 00000000..9ef66e4c
--- /dev/null
+++ b/autils/abuild
@@ -0,0 +1,11 @@
+name=autils
+version=20250410
+_commit=3d486e2b5998c63b85c17f7bbb9f3619ef651135
+release=1
+source="$name-$_commit.tar.gz::https://codeberg.org/emmett1/autils/archive/$_commit.tar.gz"
+
+build() {
+ chmod +x INSTALL.sh
+ DESTDIR=$PKG ./INSTALL.sh
+ rm $PKG/etc/apkg.conf
+}