Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kstep/cargo-pkgbuild
- Owner: kstep
- License: apache-2.0
- Created: 2016-07-04T16:06:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T01:30:40.000Z (over 1 year ago)
- Last Synced: 2024-11-09T18:27:56.548Z (11 days ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 81
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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!