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

697 B

raur

AUR helper written in Rust. Uses aurweb RPC interface to interact with AUR and 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

  • Searches
  • Download PKGBUILD
  • Create build directory/cache
  • Install packages
  • Update packages
  • Remove packages
  • Dependency resolution
  • User-friendly CLI
  • Maybe have some pacman flag options?