diff options
-rw-r--r-- | bat.spec | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,8 +14,9 @@ BuildRequires: cargo A cat(1) clone with syntax highlighting and Git integration. %prep -%autosetup + +%setup -n %{name}-%{version} %install -cat ~/.cargo/config +cat %{source1} cargo install --locked bat |