summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhillip Smith <fukawi2@gmail.com>2011-11-01 02:00:47 +0100
committerDan McGee <dan@archlinux.org>2011-11-21 04:36:30 +0100
commit5ba8b83b8be55b9d7a55cc8bfdef80c37117101d (patch)
tree9a5ce003c55c239855b0813cfda58642fe462f06 /doc
parentcb898be887160e1e14ff0f1e3a3e506fc796ef57 (diff)
downloadpacman-5ba8b83b8be55b9d7a55cc8bfdef80c37117101d.tar.gz
pacman-5ba8b83b8be55b9d7a55cc8bfdef80c37117101d.tar.xz
makepkg: add support for PACKAGER environment var
Add support for overriding configuration in /etc/makepkg.conf and ~/.makepkg.conf by setting the environment variable PACKAGER similar to how SRCDEST and PKGDEST behave. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index f693a5a8..df41e187 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -207,6 +207,10 @@ Environment Variables
Folder where the downloaded sources will be stored. Overrides the
corresponding value defined in linkman:makepkg.conf[5].
+**PACKAGER=**"John Doe <john@doe.com>"::
+ String to identify the creator of the resulting package. Overrides
+ the corresponding value defined in linkman:makepkg.conf[5].
+
**BUILDDIR=**"/path/to/folder"::
Folder where the package will be built. Overrides the corresponding
value defined in linkman:makepkg.conf[5].