summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.8.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-04-17 14:17:24 +0200
committerDan McGee <dan@archlinux.org>2011-04-21 01:54:42 +0200
commitcb35affd1b2ac7bb489c8774685225672c5a3d9f (patch)
treed363da4f94cfde1847ed3a9f4dbe7628c255f81d /doc/makepkg.8.txt
parente95be3379ab79ea24ad7ae5a4676388df27d0bbb (diff)
downloadpacman-cb35affd1b2ac7bb489c8774685225672c5a3d9f.tar.gz
pacman-cb35affd1b2ac7bb489c8774685225672c5a3d9f.tar.xz
Document makepkg package signing options
Dan: fix some grammar issues. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r--doc/makepkg.8.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index f9e72392..f1b9f9c8 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -161,6 +161,17 @@ Options
*\--nocheck*::
Do not run the check() function in the PKGBUILD or handle the checkdepends.
+*\--sign*::
+ Sign the resulting package with gpg, overriding the setting in
+ linkman:makepkg.conf[5].
+
+*\--nosign*::
+ Do not create a signature for the built package.
+
+*\--key* <key>::
+ Specify a key to use when signing the package. If not specified, the default
+ key from the keyring will be used.
+
*\--noconfirm*::
(Passed to pacman) Prevent pacman from waiting for user input before
proceeding with operations.