Add aurutils

This commit is contained in:
2026-02-10 22:52:21 -05:00
parent 8671535354
commit 7e5cee25c9
5 changed files with 97 additions and 0 deletions

20
aurutils/makepkg.conf Normal file
View File

@@ -0,0 +1,20 @@
# Global Options
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto autodeps)
MAKEFLAGS="-j2"
PACKAGER="Balsillie Homelab <admin@balsillie.net>"
# Build Environment
BUILDDIR=/aur/builddir
BUILDENV=(!distcc color !ccache check sign)
GPGKEY=$AUR_GPG_KEY_THUMBPRINT
# Outputs
PKGDEST=/repo
SRCDEST=/aur/srcdest
SRCPKGDEST=/aur/srcpkgdest
LOGDEST=/aur/log
PKGEXT=".pkg.tar.zst"
SRCEXT=".src.tar.zst"