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

Группа :: Работа с текстами
Пакет: cv

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: cv
Version: 0.6
Release: alt1

Summary: Coreutils Viewer
License: GPLv3+
Group: Text tools

Url: https://github.com/Xfennec/cv
Source: %name-%version.tar
Packager: Michael Shigorin <mike at altlinux.org>

BuildRequires: libncurses-devel

%description
This tool can be described as a Tiny Dirty Linux Only C command
that looks for coreutils basic commands (cp, mv, dd, tar,
gzip/gunzip, cat, ...) currently running on your system and
displays the percentage of copied data.

It simply scans /proc for interesting commands, and then use fd/
and fdinfo/ directories to find opened files and seek position,
and reports status for the biggest file.

It's very light, and compatible with virtually any command.

%prep
%setup

%build
%make_build

%install
install -pDm755 %name %buildroot%_bindir/%name

%files
%_bindir/*
%doc README.md

%changelog

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

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