glances: update to 2.1
This commit is contained in:
parent
b0b4f95f17
commit
057bf1944e
1 changed files with 11 additions and 8 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=2.0.1
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
|
wrksrc="Glances-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="glances"
|
pycompile_module="glances"
|
||||||
hostmakedepends="git python-devel python-setuptools python-psutil"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
depends="${hostmakedepends} python-psutil"
|
||||||
depends="${makedepends/python-devel/}"
|
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/nicolargo/glances"
|
homepage="https://github.com/nicolargo/glances"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
short_desc="Cross-platform curses-based monitoring tool written in Python2"
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||||
|
checksum=86cfcb9d3976940b6cc68046d47b8c3fe7fc19a39747fbceca8cfe55d0f1cb32
|
||||||
|
|
||||||
do_fetch() {
|
post_install() {
|
||||||
git clone -b v${version} git://github.com/nicolargo/glances ${pkgname}-${version}
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
vsconf ${wrksrc}/conf/glances.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue