void-packages/srcpkgs/glances/template
2014-09-16 13:17:18 +02:00

22 lines
626 B
Plaintext

# Template file for 'glances'
pkgname=glances
version=2.1
revision=1
noarch=yes
wrksrc="Glances-${version}"
build_style="python-module"
pycompile_module="glances"
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL-3"
short_desc="Cross-platform curses-based monitoring tool"
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
checksum=86cfcb9d3976940b6cc68046d47b8c3fe7fc19a39747fbceca8cfe55d0f1cb32
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}