From e234d22c8870fc45d61e10a340b787525ea7616d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 5 Jul 2023 06:03:18 +0000 Subject: automatic import of bat --- bat.spec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bat.spec (limited to 'bat.spec') diff --git a/bat.spec b/bat.spec new file mode 100644 index 0000000..ecdb872 --- /dev/null +++ b/bat.spec @@ -0,0 +1,20 @@ +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 +cargo install --locked bat -- cgit v1.2.3