18 lines
595 B
Markdown
18 lines
595 B
Markdown
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>.
|
|
-S Search only in the sync db. Implies -s.
|
|
-A Search only in AUR. Implies -s.
|
|
-d Get the package sources (default).
|
|
-D Get the dependencies also. Implies -d.
|
|
|
|
You can override any value in the script in \$HOME/.config/zpac.rc.sh
|
|
By default zpac downloads the sources into the current directory. Controlled by `$cfg_workdir`.
|
|
|