-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gentoo pkg / Deb pkg rpm #64
Comments
Thanks for your interest! The problem is mostly getting it accepted in the distributions. I'm part of the debian rust maintainers team myself and I'm working on getting it into debian, but this requires packaging every individual direct and indirect dependency, and also requires every dependency to be up2date (we are trying to avoid packaging old versions of crates). As far as I know it's the same for fedora. I'm working on it, but it's going to take a few months. Gentoo is simpler, but I don't know anybody from their rust team (if they have one), but I'm very interested in providing an ebuild if somebody from gentoo is interested as well (feel free to contact me on irc, kpcyrd on freenode). badtouch was in the alpine aports for a very short time, but it was removed because they don't want to ship any rust software yet. |
I've published an experimental ebuild as net-analyzer/badtouch at https://github.com/kpcyrd/overlay, please have a look |
with rust however its more a static dealeo as golang also.. just noting for some users , the fact you can offer Deb/rpm's is cake.. little know option with Gentoo cd kpcyrd-overlay , |
for wiki , Cargo deb , cargo ebuild tools will produce a debian pkg , and ebuild gentoo ebuild bash script.
https://crates.io/crates/cargo-rpm likewise rpm's ...
The text was updated successfully, but these errors were encountered: