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

Group :: Text tools
RPM: cv

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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