2 releases

Uses old Rust 2015

0.1.1 Jul 6, 2016
0.1.0 Jul 4, 2016

#21 in #pkgbuild

36 downloads per month

MIT/Apache

720KB
85 lines

Contains (ELF exe/lib, 1MB) cargo-pkgbuild

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!

Dependencies