diff options
author | Ivy Foster <joyfulgirl@archlinux.us> | 2015-03-21 01:19:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-03-26 05:44:10 +0100 |
commit | bf3aec8c327528521b06befc8e9b6f55dd4fa07c (patch) | |
tree | da241e3560b14a86a5645f8e599040b31647b985 /doc | |
parent | b520c6312ff0ffec864576b5218f1638fae1e18b (diff) | |
download | pacman-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.txt | 3 |
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 ------------------- |