summaryrefslogtreecommitdiff
path: root/bat.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-05 08:43:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-05 08:43:54 +0000
commit310c8070ccfccf57e51316654d632ca085537e7b (patch)
tree51fa3fabdfbcfa64f739231e22ed5e5775b35e45 /bat.spec
parent884eafbe519a40c8b92faedce4d807787009057b (diff)
automatic import of bat
Diffstat (limited to 'bat.spec')
-rw-r--r--bat.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/bat.spec b/bat.spec
index 83abc4f..6e80e6c 100644
--- a/bat.spec
+++ b/bat.spec
@@ -6,7 +6,7 @@ License: Apache-2.0, MIT
URL: https://github.com/sharkdp/bat
Source0: https://gitee.com/zerocraft/bat/blob/master/bat-%{version}.tar.gz
-Source1: https://gitee.com/zerocraft/bat/blob/master/config.zip
+Source1: https://gitee.com/zerocraft/bat/blob/master/cargo_config.tar.gz
BuildRequires: cargo
@@ -18,6 +18,5 @@ A cat(1) clone with syntax highlighting and Git integration.
%setup -n %{name}-%{version}
%install
-cat %{source1}
+ls -al
cargo install --locked bat
-unzip %{source1}