diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | bat.spec | 3 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -1 +1,2 @@ /bat-0.23.0.tar.gz +/config.zip @@ -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} @@ -1 +1,2 @@ 678e13187ba4202fd3588a72f3e2bc9e bat-0.23.0.tar.gz +9478c97e444858a1a000480b64121c9b config.zip |