void-packages/srcpkgs/glances/template

22 lines
634 B
Bash
Raw Normal View History

2013-08-03 23:58:35 +00:00
# Template file for 'glances'
pkgname=glances
2015-05-29 18:04:02 +00:00
version=2.4.2
2014-09-08 12:55:55 +00:00
revision=1
2014-09-16 11:16:15 +00:00
noarch=yes
wrksrc="Glances-${version}"
2015-05-21 07:17:55 +00:00
build_style=python-module
2014-09-16 11:16:15 +00:00
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
2015-05-21 07:17:55 +00:00
pycompile_module="glances"
short_desc="Cross-platform curses-based monitoring tool"
2014-11-21 12:24:24 +00:00
maintainer="Alessio Sergi <al3hex@gmail.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
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
2015-05-29 18:04:02 +00:00
checksum=31f1e4c2e129904a373f3b20d6800472375e415e01161168469ccebb320c9517
2014-09-16 11:16:15 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}