Skip to content

ArchLinux's PKGBULD generator from Cargo.toml manifest file

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

kstep/cargo-pkgbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages