#arch #aur #utility #cli #depend

app aurders

Simple tool to generate PKGBUILD and more

2 stable releases

2.0.0 Nov 26, 2024
1.0.0 Oct 21, 2024

#422 in Command line utilities

Download history 162/week @ 2024-10-21 15/week @ 2024-11-04 7/week @ 2024-11-18 163/week @ 2024-11-25 9/week @ 2024-12-09

179 downloads per month

MIT license

41KB
1K SLoC

aurders

What is aurders?

aurders is simple tool which simplifies the process of uploading package to Arch User Repository. It handles the process of generating PKGBUILD, in a standard way, and .SRCINFO. aurders also clones the git repository from aur.archlinux.org and adds PKGBUILD and .SRCINFO in it.

Dependencies

aurders is pretty minimal and depends on very few crates:

  • inquire: For better user interaction
  • minreq: For getting data from source to perform integrity checks
  • sha2: For integrity checks

Excluding indirect dependencies.

Installation

Install from AUR:

yay -S aurders

Install from crates:

cargo install aurders

Get from Github:

Head to releases section and grab the latest executable.

Compile from source:

git clone git@github.com:mithcs/aurders.git
cd aurders
cargo build --release

Executable will be built at target/release/

Contributing

Contributions are always welcome!

License

Distributed under the MIT license.

Dependencies

~6–18MB
~197K SLoC