https://github.com/tricked-dev/cargo-prod
https://github.com/tricked-dev/cargo-prod
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricked-dev/cargo-prod
- Owner: Tricked-dev
- License: other
- Created: 2022-01-11T15:15:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T16:02:01.000Z (about 4 years ago)
- Last Synced: 2025-01-16T10:17:17.820Z (about 1 year ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cargo-prod
package your rust application for linux distributions
## Installing
```sh
$ cargo install cargo-prod
```
## Usage
you need to have [`appimagetool`](https://appimage.github.io/appimagetool/) installed(to bin) for appimages to work.
```sh
$ cargo prod
```
## Credits
this project uses the source code of the following cargo crates
- [Cargo-aur](https://github.com/fosskers/cargo-aur) (MIT)
- [cargo-deb](https://github.com/kornelski/cargo-deb) (MIT)
- [Cargo-appimage](https://github.com/StratusFearMe21/cargo-appimage) (GPL-3.0)
Thanks for making this project possible!
## TODO
- add rpm support rpm is currently blocked by not being able to use the cargo-generate-rpm crate not having a lib.rs
- test the xbps template....
- generate gentoo build scripts
- create a zip when this package is used on windows
- create a tar.gz when used on macos
## License
This project is licensed under the GPL-3.0 License to comply with the cargo-appimage license, it will be changed to apache-2 if appimages.rs gets rewritten