prm/README.md

20 lines
834 B
Markdown
Raw Permalink Normal View History

2015-02-25 13:17:02 +00:00
prm
---
2015-01-27 15:41:12 +00:00
A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
2015-02-25 13:30:32 +00:00
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.
2015-09-21 11:18:24 +00:00
-n Don't update existing git repos.
2015-09-25 15:15:58 +00:00
-u Print out all (and download if -d/-dd) outdated AUR packages.
-U <url> Set AUR url.
2015-02-25 13:30:32 +00:00
-w <dir> Set the working directory.
2015-09-21 11:18:24 +00:00
--nossl Set curl's --insecure flag.
2015-01-27 21:06:21 +00:00
2015-02-25 13:17:02 +00: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`.