Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37862853
en ru br
ALT Linux repos
S:0.4.1-alt1

Group :: Archiving/Compression
RPM: ouch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ouch
Version: 0.4.1
Release: alt1
Summary: Painless compression and decompression for your terminal
License: MIT
Group: Archiving/Compression
Url: https://github.com/ouch-org/ouch
Source: %name-%version.tar

BuildRequires: rust-cargo

%description
ouch stands for Obvious Unified Compression Helper and is a CLI tool
to help you compress and decompress files of several formats.

%prep
%setup
mkdir -p .cargo
cat >> .cargo/config <<EOF
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
EOF

%build
cargo build --offline --release

%check
cargo test

%install
cargo install --path . --root %buildroot/%_usr

%files
%_bindir/%name
%doc README.md

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin