-
-
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
Fedora package #317
Comments
Hey, I just made a copr for bat. I'd appreciate feedback :) |
I'm not an expert, but your spec file looks good to me. Two remarks:
|
@sharkdp I am not too familiar with rust but I thought |
@lunaryorn Would you like to open a PR to add Install instructions to the README? |
@sharkdp To be honest I would rather not 😔 I made this copr for my own use. I'm happy if others use it as well, but I would rather not like it becoming an “official” installation method—I'd not like to make any promises about maintaining this copr in the future 😔 copr's not the easiest thing to use, and I'd not like to be pressured into keeping it up to date. |
@lunaryorn Good point. I definitely wouldn't want to pressure anyone into a maintenance task. |
@sharkdp Thanks for understanding ❤️ Cheers! |
As of |
@drahnr Awesome! Thank you for posting here. How is the package called? I can't seem to find it. |
@sharkdp I might have been wrong, but it weirdly enough shows as system installed, but IIRC all I did was a # dnf info bat
Name : bat
Version : 0.8.0
Release : 1.module_2418+43cef932
Arch : x86_64
Größe : 3.8 M
Quelle : rust-bat-0.8.0-1.module_2418+43cef932.src.rpm
Paketquelle : @System
Aus Paketque : updates-modular
Zusammenfass : cat(1) clone with wings
URL : https://crates.io/crates/bat
Lizenz : MIT or ASL 2.0
Beschreibung : cat(1) clone with wings. # cat /etc/os-release
NAME=Fedora
VERSION="29 (Workstation Edition)"
ID=fedora
VERSION_ID=29
PLATFORM_ID="platform:f29"
PRETTY_NAME="Fedora 29 (Workstation Edition)"
... // snip |
Does this mean that Fedora 29 users can just type
to install |
So after removing bat again: # dnf info bat
Name : bat
Version : 0.8.0
Release : 1.module_2418+43cef932
Arch : x86_64
Größe : 1.4 M
Quelle : rust-bat-0.8.0-1.module_2418+43cef932.src.rpm
Paketquelle : updates-modular
Zusammenfass : cat(1) clone with wings
URL : https://crates.io/crates/bat
Lizenz : MIT or ASL 2.0
Beschreibung : cat(1) clone with wings. and dnf install bat works just fine :) |
Hey, thanks for the tool.
Are there any plans to provide a binary for Fedora?
I noticed downloads for most other distributions are available but Fedora/Red Hat was missing.
The text was updated successfully, but these errors were encountered: