2015-01-27 15:41:12 +00:00
|
|
|
zpac
|
|
|
|
----
|
|
|
|
A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
|
|
|
|
|
|
|
|
$ zpac -h
|
|
|
|
Usage: zpac [flags] <package>
|
|
|
|
Flags:
|
|
|
|
-h Show this message.
|
|
|
|
-s Search for <package>.
|
2015-01-28 07:38:56 +00:00
|
|
|
-S Search only in the sync db. Implies -s.
|
|
|
|
-A Search only in AUR. Implies -s.
|
2015-01-27 15:41:12 +00:00
|
|
|
-d Get the package sources (default).
|
2015-01-28 07:38:56 +00:00
|
|
|
-D Get the dependencies also. Implies -d.
|
2015-01-27 21:06:21 +00:00
|
|
|
|
|
|
|
You can override any value in the script in \$HOME/.config/zpac.rc.sh
|
2015-01-28 07:13:07 +00:00
|
|
|
By default zpac downloads the sources into the current directory. Controlled by `$cfg_workdir`.
|
2015-01-28 07:38:56 +00:00
|
|
|
|