Crates.io | aurders |
lib.rs | aurders |
version | 2.0.0 |
source | src |
created_at | 2024-10-21 16:34:22.477575 |
updated_at | 2024-11-26 05:04:54.170855 |
description | Simple tool to generate PKGBUILD and more |
homepage | |
repository | https://github.com/mithcs/aurders |
max_upload_size | |
id | 1417712 |
size | 58,920 |
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.
aurders is pretty minimal and depends on very few crates:
Excluding indirect dependencies.
yay -S aurders
cargo install aurders
Head to releases section and grab the latest executable.
git clone git@github.com:mithcs/aurders.git
cd aurders
cargo build --release
Executable will be built at target/release/
Contributions are always welcome!
Distributed under the MIT license.