cargo-pkgbuild

Crates.iocargo-pkgbuild
lib.rscargo-pkgbuild
version0.1.1
sourcesrc
created_at2016-07-04 16:16:28.970868
updated_at2016-07-06 16:37:30.319953
descriptionArchLinux's PKGBULD generator from Cargo.toml manifest file
homepagehttps://github.com/kstep/cargo-pkgbuild
repository
max_upload_size
id5587
size1,336,731
Konstantin Stepanov (kstep)

documentation

README

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!

Commit count: 0

cargo fmt