aboutsummaryrefslogtreecommitdiff
path: root/repos/core/autils
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/core/autils
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/core/autils')
-rw-r--r--repos/core/autils/.checksum1
-rw-r--r--repos/core/autils/.files18
-rw-r--r--repos/core/autils/abuild10
3 files changed, 0 insertions, 29 deletions
diff --git a/repos/core/autils/.checksum b/repos/core/autils/.checksum
deleted file mode 100644
index 50f275f8..00000000
--- a/repos/core/autils/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-6ef9dea4183e2913dfd73fec14b3e9924103afebfbb289d5627c2cbd05879657 autils-0.1.tar.gz
diff --git a/repos/core/autils/.files b/repos/core/autils/.files
deleted file mode 100644
index 452c06fb..00000000
--- a/repos/core/autils/.files
+++ /dev/null
@@ -1,18 +0,0 @@
-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-bin
--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/reposync
--rwxr-xr-x root/root usr/bin/revdep
--rwxr-xr-x root/root usr/bin/updateconf
diff --git a/repos/core/autils/abuild b/repos/core/autils/abuild
deleted file mode 100644
index d672694e..00000000
--- a/repos/core/autils/abuild
+++ /dev/null
@@ -1,10 +0,0 @@
-name=autils
-version=0.1
-release=1
-source="$name-$version.tar.gz::https://codeberg.org/emmett1/autils/archive/v${version}.tar.gz"
-
-build() {
- chmod +x INSTALL.sh
- DESTDIR=$PKG ./INSTALL.sh
- rm $PKG/etc/apkg.conf
-}