monitor/s-tui: initial import

This commit is contained in:
Julian Ospald 2018-08-14 23:50:17 +08:00
parent a4ab7b3c37
commit 2294d2c243
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 25 additions and 0 deletions

View File

@ -35,6 +35,7 @@ media-libs
media-plugins
media-sound
media-video
monitor
net-firewall
net-im
net-libs

View File

@ -0,0 +1,24 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user="amanusk" tag="v${PV}" ]
require pypi setup-py [ import=setuptools ]
SUMMARY="Stress-Terminal UI monitoring tool "
HOMEPAGE="https://amanusk.github.io/s-tui/ ${HOMEPAGE}"
LICENCES="GPL-2.0"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/psutil[>=5.2.0][python_abis:*(-)?]
dev-python/urwid[>=1.3.1][python_abis:*(-)?]
suggestion:
app-benchmarks/stress [[ description = [ For running stress tests in s-tui ] ]]
"
BUGS_TO="hasufell@posteo.de"