You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: fbt <fbt@fleshless.org> |
1 year ago | |
---|---|---|
LICENSE | 8 years ago | |
README.md | 8 years ago | |
prm | 1 year ago |
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.
-n Don't update existing git repos.
-u Print out all (and download if -d/-dd) outdated AUR packages.
-U <url> Set AUR url.
-w <dir> Set the working directory.
--nossl Set curl's --insecure flag.
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
.