No description
Find a file
2024-09-12 01:02:39 -04:00
src currently builds and searches the AUR 2024-09-12 00:43:44 -04:00
.gitignore currently builds and searches the AUR 2024-09-12 00:48:54 -04:00
Cargo.toml currently builds and searches the AUR 2024-09-12 00:43:44 -04:00
LICENSE Initial commit 2024-09-12 04:44:48 +00:00
README.md updated readme 2024-09-12 01:02:39 -04:00

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?