diff options
Diffstat (limited to 'repos/core/autils')
| -rw-r--r-- | repos/core/autils/.checksum | 1 | ||||
| -rw-r--r-- | repos/core/autils/.files | 18 | ||||
| -rw-r--r-- | repos/core/autils/abuild | 10 |
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 -} |