summaryrefslogtreecommitdiff
path: root/bat.spec
blob: 3714e8ac36c82e09ac7dc5e17f86fc0850b17a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name:           bat
Version:        0.23.0
Release:        1
Summary:        A cat(1) clone with syntax highlighting and Git integration.
License:        Apache-2.0, MIT
URL:            https://github.com/sharkdp/bat

Source0:        https://github.com/sharkdp/bat/archive/refs/tags/bat-%{version}.tar.gz
Source1:        https://gitee.com/zerocraft/bat/blob/master/bat-%{version}.tar.gz

BuildRequires: cargo

%description
A cat(1) clone with syntax highlighting and Git integration.

%prep
%autosetup

%install
cp config ~/.cargo
cargo install --locked bat