1
0
mirror of https://gitlab.alpinelinux.org/alpine/abuild.git synced 2025-04-19 06:42:18 +03:00
abuild/abuild.conf.in
Natanael Copa 443b976f44 Revert "Prefer maintainer field instead of Maintainer comment"
This reverts commit 34ef9de98f901cee5f23e3ddecac8073ba9c887e.
2024-10-18 11:30:30 +02:00

30 lines
924 B
Plaintext

# defaults are in @sharedir@/default.conf
#
# uncomment line below to enable colors
#USE_COLORS=1
# uncomment line below to enable ccache support.
#USE_CCACHE=1
# where downloaded files are stored
#SRCDEST=/var/cache/distfiles
# uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
#REPODEST=$HOME/packages/
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
#PACKAGER="Your Name <your@email.address>"
#MAINTAINER="$PACKAGER"
# what to clean up after a successful build
#CLEANUP="srcdir bldroot pkgdir deps"
# what to cleanup after a failed build
#ERROR_CLEANUP="bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1