summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abuild.conf4
1 files changed, 3 insertions, 1 deletions
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 <your@email.address>"
+#MAINTAINER="$PACKAGER"
# what to clean up after a successful build
CLEANUP="srcdir pkgdir deps"