void-packages/srcpkgs/glances/template

22 lines
626 B
Plaintext
Raw Normal View History

2013-08-03 23:58:35 +00:00
# Template file for 'glances'
pkgname=glances
2014-09-16 11:16:15 +00:00
version=2.1
2014-09-08 12:55:55 +00:00
revision=1
2014-09-16 11:16:15 +00:00
noarch=yes
wrksrc="Glances-${version}"
2014-01-24 18:44:18 +00:00
build_style="python-module"
pycompile_module="glances"
2014-09-16 11:16:15 +00:00
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
2014-02-22 22:34:47 +00:00
maintainer="Steven R <dev@styez.com>"
2013-08-03 23:58:35 +00:00
homepage="https://github.com/nicolargo/glances"
2014-02-22 22:34:47 +00:00
license="LGPL-3"
2014-09-16 11:16:15 +00:00
short_desc="Cross-platform curses-based monitoring tool"
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
checksum=86cfcb9d3976940b6cc68046d47b8c3fe7fc19a39747fbceca8cfe55d0f1cb32
2014-09-16 11:16:15 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}