void-packages/srcpkgs/glances/template
2015-10-10 20:10:27 +02:00

21 lines
634 B
Bash

# Template file for 'glances'
pkgname=glances
version=2.5.1
revision=1
noarch=yes
wrksrc="Glances-${version}"
build_style=python-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=d3db40ce50b7157a94195aa0076d0eadae85dc4f24557e51c3b1a4dbd972359e
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}