2 releases
Uses old Rust 2015
0.1.1 | Jul 6, 2016 |
---|---|
0.1.0 | Jul 4, 2016 |
#21 in #pkgbuild
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!