Go to file
Jack L. Frost e7252333b0 A few improvements:
* Use the new RPC format to avoid sourcing the PKGBUILD.
* A separate switch for curl's insecure mode: --nossl.
* Clone the AUR git repos instead of downloading the targballs.
2015-09-21 14:14:54 +03:00
LICENSE license 2015-01-27 18:51:41 +03:00
README.md ughx2 2015-02-25 16:30:32 +03:00
prm A few improvements: 2015-09-21 14:14:54 +03:00

README.md

prm

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

Usage: prm [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.

You can override any value in the script in $HOME/.config/prm.rc.sh By default prm downloads the sources into the current directory. Controlled by $cfg_workdir.