Skip to content

mithcs/aurders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aurders

What is aurders?

aurders is powerful tool which simplifies the time-consuming process of uploading package to Arch User Repository. It allows super-easy generation of PKGBUILD and .SRCINFO. Not just that, aurders also sets up the repository from aur.archlinux.org and makes it ready to publish.

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.

About

Powerful tool to generate PKGBUILD and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages