void-packages/srcpkgs/glances/template

23 lines
675 B
Plaintext
Raw Normal View History

2013-08-04 01:58:35 +02:00
# Template file for 'glances'
pkgname=glances
2014-12-24 13:04:46 +01:00
version=2.2.1
2014-09-08 14:55:55 +02:00
revision=1
2014-09-16 13:16:15 +02:00
noarch=yes
wrksrc="Glances-${version}"
2014-01-24 19:44:18 +01:00
build_style="python-module"
pycompile_module="glances"
2014-09-16 13:16:15 +02:00
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
2014-10-05 13:02:11 +02:00
conf_files="/etc/glances/glances.conf"
2014-11-21 13:24:24 +01:00
maintainer="Alessio Sergi <al3hex@gmail.com>"
2013-08-04 01:58:35 +02:00
homepage="https://github.com/nicolargo/glances"
2014-02-22 23:34:47 +01:00
license="LGPL-3"
2014-09-16 13:16:15 +02:00
short_desc="Cross-platform curses-based monitoring tool"
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
2014-12-24 13:04:46 +01:00
checksum=81d2a9b7132d70b4a156a61a724201bd70ab2edea01bf32e1b279fc4f765f7d5
2014-09-16 13:16:15 +02:00
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}