From da666e00c75451b5eedf17efee85cfa9041e769e Mon Sep 17 00:00:00 2001 From: Andrew Hills Date: Thu, 4 Jun 2015 07:26:02 -0400 Subject: abuild: include MAINTAINER in default abuild.conf For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata. --- abuild.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3