void-packages/srcpkgs/glances/template
2017-03-14 12:28:28 +01:00

20 lines
592 B
Bash

# Template file for 'glances'
pkgname=glances
version=2.8.8
revision=1
noarch=yes
wrksrc="Glances-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
pycompile_module="glances"
short_desc="Cross-platform curses-based monitoring tool"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL-3"
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
checksum=094c1b430ef6bac858b60de8934b0155b54b4a229346370d2423bdac2267a1ca
post_install() {
vsconf conf/glances.conf
}