raur/README.md
2024-09-12 01:02:39 -04:00

18 lines
No EOL
697 B
Markdown

# raur
AUR helper written in Rust. Uses aurweb RPC interface to interact with AUR and [aur-rs](https://crates.io/crates/aur-rs) crate (so far).
## Development
This is a hobby project that I'm building as I learn Rust. I'm open to contributions, but please keep in mind that I'm still learning and I might not be able to review your PRs in a timely manner. I also realize this is on a private git server and no one will ever see this. Fuck GitHub.
## Roadmap
- [x] Searches
- [ ] Download PKGBUILD
- [ ] Create build directory/cache
- [ ] Install packages
- [ ] Update packages
- [ ] Remove packages
- [ ] Dependency resolution
- [ ] User-friendly CLI
- [ ] Maybe have some pacman flag options?