https://github.com/deciduously/raur
Simple AUR helper in Rust
https://github.com/deciduously/raur
Last synced: 8 months ago
JSON representation
Simple AUR helper in Rust
- Host: GitHub
- URL: https://github.com/deciduously/raur
- Owner: deciduously
- License: mit
- Created: 2017-01-06T14:30:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T01:38:39.000Z (over 9 years ago)
- Last Synced: 2025-10-10T12:39:41.955Z (8 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#RAUR [](https://travis-ci.org/deciduously/raur)
Rhymes with "cower".
This is a very basic AUR helper, designed to seach, download, and install packages.
Uses a TOML config file, which by default lives at `~/config/raur/raur.toml` but can be specified with the -c or --config flag.
Here, "root" refers to the destination for downloaded packages.
Example:
```toml
[paths]
root = "/home/user/raur"
```
Will implement a way to auto-generate this on first use.