2023-04-18 11:34:31 +00:00
|
|
|
# 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
|
2024-10-18 09:30:30 +00:00
|
|
|
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
|
2023-04-18 11:34:31 +00:00
|
|
|
#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"
|
2024-10-08 13:05:03 +00:00
|
|
|
|
|
|
|
# uncomment to prevent using global cache directories for Go and Cargo
|
|
|
|
#MOVE_CACHES=1
|