#applications #linux #cargo #distributions #work #prod #appimages

bin+lib cargo-prod

package your rust application for linux distributions

2 releases

0.1.1 Jan 11, 2022
0.1.0 Jan 11, 2022

#631 in Cargo plugins

GPL-3.0 license

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

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

~11–24MB
~332K SLoC