glances: use tag from git repo instead.
This commit is contained in:
parent
87b6cbd362
commit
d73f79ac2c
|
@ -3,8 +3,6 @@ pkgname=glances
|
|||
version=2.0
|
||||
revision=2
|
||||
noarch="yes"
|
||||
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||||
checksum=e2332eb9b52cead8ef6c0f993547f5a59fe02446e56d6e4ce81a11f9e41adf22
|
||||
build_style="python-module"
|
||||
pycompile_module="glances"
|
||||
hostmakedepends="python-devel python-setuptools python-psutil"
|
||||
|
@ -14,3 +12,7 @@ maintainer="Steven R <dev@styez.com>"
|
|||
homepage="https://github.com/nicolargo/glances"
|
||||
license="LGPL-3"
|
||||
short_desc="Cross-platform curses-based monitoring tool written in Python2"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://github.com/nicolargo/glances ${pkgname}-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue