foo-jin / cargo-pkgbuild

ArchLinux's PKGBULD generator from Cargo.toml manifest file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

ArchLinux's PKGBULD generator from Cargo.toml manifest file

License:Apache License 2.0


Languages

Language:Rust 100.0%