22 lines
673 B
Text
22 lines
673 B
Text
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=2.3
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Glances-${version}"
|
|
build_style="python-module"
|
|
pycompile_module="glances"
|
|
hostmakedepends="python-setuptools"
|
|
depends="${hostmakedepends} python-psutil"
|
|
conf_files="/etc/glances/glances.conf"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/nicolargo/glances"
|
|
license="LGPL-3"
|
|
short_desc="Cross-platform curses-based monitoring tool"
|
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
|
checksum=b56bb17505b72862358b2d31b6b9a7c0f9045105454d1de0ffed416ad2883612
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
vsconf ${wrksrc}/conf/glances.conf
|
|
}
|