void-packages/srcpkgs/glances/template

23 lines
667 B
Text
Raw Normal View History

2013-08-03 23:58:35 +00:00
# Template file for 'glances'
pkgname=glances
2014-10-05 11:02:11 +00:00
version=2.1.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-10-05 11:02:11 +00:00
conf_files="/etc/glances/glances.conf"
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"
2014-10-05 11:02:11 +00:00
checksum=4a744ff0f8a89d6cf923d216a12f8e78efeda70dadf9eb15ab88e933d6d082fb
2014-09-16 11:16:15 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}