Crates.io | cargo-pkgbuild |
lib.rs | cargo-pkgbuild |
version | 0.1.1 |
source | src |
created_at | 2016-07-04 16:16:28.970868 |
updated_at | 2016-07-06 16:37:30.319953 |
description | ArchLinux's PKGBULD generator from Cargo.toml manifest file |
homepage | https://github.com/kstep/cargo-pkgbuild |
repository | |
max_upload_size | |
id | 5587 |
size | 1,336,731 |
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!