diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-31 16:50:32 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-31 16:50:32 +0000 |
| commit | 33d57b58b6e5a13f9a9ac7990966b92b80fe9371 (patch) | |
| tree | 79192787c667a41dfaf765fb9d2f6cef6c2f6384 | |
| parent | 3728c11743a657b9c58c4e38f702596ac728d6cb (diff) | |
| download | alicelinux-33d57b58b6e5a13f9a9ac7990966b92b80fe9371.tar.gz alicelinux-33d57b58b6e5a13f9a9ac7990966b92b80fe9371.zip | |
autils: updated to 0.2
| -rw-r--r-- | repos/core/autils/.checksum | 2 | ||||
| -rw-r--r-- | repos/core/autils/.files | 19 | ||||
| -rw-r--r-- | repos/core/autils/abuild | 8 |
3 files changed, 19 insertions, 10 deletions
diff --git a/repos/core/autils/.checksum b/repos/core/autils/.checksum index 50f275f8..29efeef8 100644 --- a/repos/core/autils/.checksum +++ b/repos/core/autils/.checksum @@ -1 +1 @@ -6ef9dea4183e2913dfd73fec14b3e9924103afebfbb289d5627c2cbd05879657 autils-0.1.tar.gz +72025e3e6a3ff04aeb7a51051762eb1fe710803f58d8d7a9cd312eb80261b97c autils-0.2.tar.gz diff --git a/repos/core/autils/.files b/repos/core/autils/.files index 452c06fb..6cdef420 100644 --- a/repos/core/autils/.files +++ b/repos/core/autils/.files @@ -1,18 +1,29 @@ -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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/apkg-chroot.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-clean.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-deps.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-foreign.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-genabuild.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-orphan.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-purge.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg-redundantdeps.8.gz +-rw-r--r-- root/root usr/share/man/man8/apkg.8.gz +-rw-r--r-- root/root usr/share/man/man8/reposync.8.gz +-rw-r--r-- root/root usr/share/man/man8/revdep.8.gz +-rw-r--r-- root/root usr/share/man/man8/updateconf.8.gz diff --git a/repos/core/autils/abuild b/repos/core/autils/abuild index d672694e..a1eeccfe 100644 --- a/repos/core/autils/abuild +++ b/repos/core/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 } |