Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37732197
en ru br
Репозитории ALT

Группа :: Архивирование/Сжатие
Пакет: ouch

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin