summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvy Foster <joyfulgirl@archlinux.us>2015-03-21 01:19:57 +0100
committerAllan McRae <allan@archlinux.org>2015-03-26 05:44:10 +0100
commitbf3aec8c327528521b06befc8e9b6f55dd4fa07c (patch)
treeda241e3560b14a86a5645f8e599040b31647b985 /doc
parentb520c6312ff0ffec864576b5218f1638fae1e18b (diff)
downloadpacman-bf3aec8c327528521b06befc8e9b6f55dd4fa07c.tar.gz
pacman-bf3aec8c327528521b06befc8e9b6f55dd4fa07c.tar.xz
Add makepkg option --packagelist
makepkg --packagelist prints the name of each package that would normally be produced, minus $PKGEXT, and exits. Implements FS#42150 Signed-off-by: Ivy Foster <joyfulgirl@archlinux.us> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 31a2ef73..41df30ed 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -203,6 +203,9 @@ Options
(Passed to pacman) Prevent pacman from displaying a progress bar;
useful if you are redirecting makepkg output to file.
+*\--packagelist*::
+ List the packages that would be produced without building. Listed
+ package names do not include PKGEXT.
Additional Features
-------------------