cargo-pkgbuild

ArchLinux's PKGBULD generator from Cargo.toml manifest file

APACHE-2.0 License

Downloads
3.8K
Stars
80
Committers
4

cargo-pkgbuild

ArchLinux's PKGBULD generator from Cargo.toml manifest file

At first install rust and cargo:

$ pacman -S rust cargo

Then install this package:

$ cargo install cargo-pkgbuild

Now you can create PKGBUILD from your project Cargo.toml:

$ cd my-rust-project
$ cargo pkgbuild

Edit the resulting PKGBUILD to your taste and enjoy!