2015-02-25 16:17:02 +03:00
|
|
|
prm
|
|
|
|
---
|
2015-01-27 18:41:12 +03:00
|
|
|
A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
|
|
|
|
|
2015-02-25 16:17:02 +03:00
|
|
|
Usage: prm [flags] <package>
|
2015-02-09 19:37:55 +03:00
|
|
|
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-28 00:06:21 +03:00
|
|
|
|
2015-02-25 16:17:02 +03:00
|
|
|
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`.
|