-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add spec for using cargo-rpm #189
Conversation
With this, fedora/rhel/centos users can use their default package manager to install bat, without needing cargo or rust.
Great! Thank you very much! Can we move Also, it would be fantastic if we could add installation instructions for the mentioned distributions to the README file. I'm not familar with cargo-rpm and RPM- based package managers. |
👍 |
I was able to compile from source to get this to work on Fedora, but it would have been much simpler if a .rpm existed |
FYI, the Fedora community is standardizing around |
@moosingin3space What does this mean for this PR? |
@sharkdp it means that if you wish As a Fedora user and a Rust enthusiast, I think we should figure out a good solution for automatically packaging crates, possibly using COPR, but that's beyond your scope. |
@moosingin3space Thank you very much for your feedback. I'm going to close this for now and leave it up package maintainers to create RPMs/coprs/.. etc. Hope this is fine for everyone. |
There is actually a copr by @cfcosta, but it's outdated: |
I just had a look at that copr, and it seems to just distribute binaries in the SRPM, which is a big no-no in Fedora packaging policy. For the time being, I'm using it from |
@moosingin3space Sounds great - Let us know! |
With this, fedora/rhel/centos users can use their default package
manager to install bat, without needing cargo or rust.