summaryrefslogtreecommitdiffstats
path: root/abuild.conf
diff options
context:
space:
mode:
authorAndrew Hills <ahills@ednos.net>2015-06-04 07:26:02 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-04 11:53:06 +0000
commitda666e00c75451b5eedf17efee85cfa9041e769e (patch)
treeb68459bb3db8e8f3bc274f5712a59e02a83f4ada /abuild.conf
parente59de7c8a25ba3f26501a5f3be54ba464b0ff3f4 (diff)
downloadabuild-da666e00c75451b5eedf17efee85cfa9041e769e.tar.bz2
abuild-da666e00c75451b5eedf17efee85cfa9041e769e.tar.xz
abuild: include MAINTAINER in default abuild.conf
For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata.
Diffstat (limited to 'abuild.conf')
-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"