diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-05 08:26:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-05 08:26:53 +0000 |
commit | 884eafbe519a40c8b92faedce4d807787009057b (patch) | |
tree | 7a6018d7ac9e418a3bc99e2a8cee1a9ef0331bfa /bat.spec | |
parent | a7659df567da1af0f963d0cb5930b6b3ea950301 (diff) |
automatic import of bat
Diffstat (limited to 'bat.spec')
-rw-r--r-- | bat.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/README.md +Source1: https://gitee.com/zerocraft/bat/blob/master/config.zip BuildRequires: cargo @@ -20,3 +20,4 @@ A cat(1) clone with syntax highlighting and Git integration. %install cat %{source1} cargo install --locked bat +unzip %{source1} |