Files
containers/aurutils/makepkg.conf

20 lines
423 B
Plaintext
Raw Normal View History

2026-02-10 22:52:21 -05:00
# 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"