25 lines
		
	
	
		
			655 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			655 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# 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"
 | 
						|
 |