Go to file
Jack L. Frost 8591081269 README 2015-02-09 19:37:55 +03:00
LICENSE license 2015-01-27 18:51:41 +03:00
README.md README 2015-02-09 19:37:55 +03:00
zpac README 2015-02-09 19:37:55 +03:00

README.md

zpac

A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.

Usage: zpac [flags] Flags: -h Show this message. -s Search for . -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

Set the working directory.

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.