sys-process/iotop-c: top utility for IO (C port)

Port of sys-process/iotop which is written in Python to the C
language so it now runs without python at all. Last update was
on 2014-08-24, but works perfectly, therefore made a snapshot
package from the git repository.
Licensed under GPL-2.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
This commit is contained in:
Zamarin Arthur
2019-04-09 20:29:52 +03:00
parent 37a6aebb0a
commit 53c58a35ea
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>arthurzam+gentoo@gmail.com</email>
<name>Arthur Zamarin</name>
</maintainer>
<longdescription lang="en">
top utility for IO (C port)
</longdescription>
<upstream>
<remote-id type="github">Tomas-M/iotop</remote-id>
</upstream>
</pkgmetadata>