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>.
|
|
|
|
-d Get the package sources (default).
|
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`.
|