makepkg: quote filenames when extracting
[pacman-ng.git] / doc / repo-add.8.txt
blob81bf8377ec41afeaa800cb6ca3ca1ed7757ca886
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet:
3 /////
4 repo-add(8)
5 ==========
7 Name
8 ----
9 repo-add - package database maintenance utility
11 Synopsis
12 --------
13 repo-add [-q] <path-to-db> <package1> [<package2> ...]
15 repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
18 Description
19 -----------
20 repo-add and repo-remove are two scripts to help build a package database for
21 packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
23 repo-add will update a package database by reading a built package file.
24 Multiple packages to add can be specified on the command line.
26 repo-remove will update a package database by removing the package name
27 specified on the command line. Multiple packages to remove can be specified
28 on the command line.
31 Options
32 -------
33 *-q, \--quiet*::
34         Force this program to keep quiet and run silent except for warning and
35         error messages.
38 See Also
39 --------
40 linkman:makepkg[8], linkman:pacman[8]
42 include::footer.txt[]