diff --git a/metadata/categories.conf b/metadata/categories.conf index fce033f..304aa47 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -35,6 +35,7 @@ media-libs media-plugins media-sound media-video +monitor net-firewall net-im net-libs diff --git a/packages/monitor/s-tui/s-tui-0.7.5.exheres-0 b/packages/monitor/s-tui/s-tui-0.7.5.exheres-0 new file mode 100644 index 0000000..8178193 --- /dev/null +++ b/packages/monitor/s-tui/s-tui-0.7.5.exheres-0 @@ -0,0 +1,24 @@ +# Copyright 2018 Julian Ospald +# 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" +