2 releases
0.1.1 | Jan 11, 2022 |
---|---|
0.1.0 | Jan 11, 2022 |
#617 in Cargo plugins
32KB
788 lines
Cargo-prod
package your rust application for linux distributions
Installing
$ cargo install cargo-prod
Usage
you need to have appimagetool
installed(to bin) for appimages to work.
$ cargo prod
Credits
this project uses the source code of the following cargo crates
- Cargo-aur (MIT)
- cargo-deb (MIT)
- 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
Dependencies
~12–26MB
~354K SLoC