Add aurutils
This commit is contained in:
20
aurutils/makepkg.conf
Normal file
20
aurutils/makepkg.conf
Normal 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"
|
||||
Reference in New Issue
Block a user