diff --git a/abuild.conf b/abuild.conf index 37dca02..1a3af9f 100644 --- a/abuild.conf +++ b/abuild.conf @@ -24,8 +24,10 @@ SRCDEST=/var/cache/distfiles # where $repo is the name of the parent directory of $startdir. REPODEST=$HOME/packages/ -# PACKAGER is used to create new aports with 'newapkbuild ...' +# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for +# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively. #PACKAGER="Your Name " +#MAINTAINER="$PACKAGER" # what to clean up after a successful build CLEANUP="srcdir pkgdir deps"