Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kstep/cargo-pkgbuild

ArchLinux's PKGBULD generator from Cargo.toml manifest file
https://github.com/kstep/cargo-pkgbuild

Last synced: 3 days ago
JSON representation

ArchLinux's PKGBULD generator from Cargo.toml manifest file

Awesome Lists containing this project

README

        

# cargo-pkgbuild

ArchLinux's PKGBULD generator from Cargo.toml manifest file

At first install [rust and cargo](https://www.rust-lang.org/downloads.html):

```
$ 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!