2015-01-27 15:41:12 +00:00
|
|
|
zpac
|
|
|
|
----
|
|
|
|
A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
|
|
|
|
|
2015-02-09 16:37:55 +00:00
|
|
|
Usage: zpac [flags] <package>
|
|
|
|
Flags:
|
|
|
|
-h Show this message.
|
|
|
|
-s Search for <package>.
|
|
|
|
-S Search only in the sync db. Implies -s.
|
|
|
|
-A Search only in AUR. Implies -s.
|
|
|
|
-d Get the package sources (default). Set twice to also get the dependencies.
|
|
|
|
-f Force downloading package sources even if they are already present in the working directory.
|
|
|
|
-w <dir> Set the working directory.
|
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`.
|