diff options
author | Allan McRae <allan@archlinux.org> | 2016-10-09 14:52:27 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-10-10 02:38:05 +0200 |
commit | 0c99eabd50752310f42ec808c8734a338122ec86 (patch) | |
tree | 499801a8c046001ddab0b11439e9e948b257d726 /contrib/doc/bacman.8.txt | |
parent | 2e76c184aac74c4848fa5ee092fe54c9954c4054 (diff) | |
download | pacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.gz pacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.xz |
Remove contrib
The contrib directory takes too much of the pacman developer's limited time,
which could be better spent developing and reviewing patches for the primary
projects. The community can pick this up in a separate repository if wanted.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/doc/bacman.8.txt')
-rw-r--r-- | contrib/doc/bacman.8.txt | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/contrib/doc/bacman.8.txt b/contrib/doc/bacman.8.txt deleted file mode 100644 index dc5af481..00000000 --- a/contrib/doc/bacman.8.txt +++ /dev/null @@ -1,67 +0,0 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// -bacman(8) -========== - -Name ----- -bacman - recreate installed packages - - -Synopsis --------- -'bacman' [options] <package(s)> - - -Description ------------ -'bacman' was designed to reassemble installed packages using pacman's database -and system files. -It is useful for regenerating an installed package that you are unable to -download that is also not available in your package cache. - -'bacman' honors packaging settings from linkman:makepkg.conf[8]. - - -Options -------- -*-h, \--help*:: - Display usage information. - -*-q, \--quiet*:: - Silence most of the status reporting. - -*-m, \--nocolor*:: - Disable colored output. - -*-o, \--out <dir>*:: - Write the assembled package(s) to the specified directory. - -*\--pacnew*:: - Package `.pacnew` files if available instead of the (possibly modified) - versions in place on the filesystem. - - -Examples --------- - -The following are example usages of the 'bacman' utility: - -$ bacman linux-headers:: - Recreate the package ``linux-headers''. - -$ bacman gzip make binutils -o ~/packages:: - Assemble the packages ``gzip'', ``make'', and ``binutils'' and place - the packages in the ``~/packages'' directory. - -$ bacman --nocolor --pacnew -o ~/backup $(pacman -Qq):: - Assemble all currently installed packages using ``.pacnew'' whenever - available, suppress colored output and place the desired packages in - the ``~/backup''. directory - -See Also --------- -linkman:makepkg[8], linkman:pacman[8] - -include::footer.txt[] |