void-packages/srcpkgs/glances/template
2015-05-29 20:04:02 +02:00

22 lines
634 B
Bash

# Template file for 'glances'
pkgname=glances
version=2.4.2
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=31f1e4c2e129904a373f3b20d6800472375e415e01161168469ccebb320c9517
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}