https://github.com/kstep/cargo-pkgbuild
ArchLinux's PKGBULD generator from Cargo.toml manifest file
https://github.com/kstep/cargo-pkgbuild
Last synced: about 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T01:30:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T00:47:42.657Z (about 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 83
- Watchers: 3
- 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!