mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 13:12:16 +00:00
abuild: include MAINTAINER in default abuild.conf
For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata.
This commit is contained in:
parent
e59de7c8a2
commit
da666e00c7
@ -24,8 +24,10 @@ SRCDEST=/var/cache/distfiles
|
|||||||
# where $repo is the name of the parent directory of $startdir.
|
# where $repo is the name of the parent directory of $startdir.
|
||||||
REPODEST=$HOME/packages/
|
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>"
|
#PACKAGER="Your Name <your@email.address>"
|
||||||
|
#MAINTAINER="$PACKAGER"
|
||||||
|
|
||||||
# what to clean up after a successful build
|
# what to clean up after a successful build
|
||||||
CLEANUP="srcdir pkgdir deps"
|
CLEANUP="srcdir pkgdir deps"
|
||||||
|
Loading…
Reference in New Issue
Block a user