glances: update to 3.0.1. (#2615)
This commit is contained in:
parent
a270b34cfc
commit
d4262990cf
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=2.11.1
|
||||
version=3.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Glances-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="${hostmakedepends} python-psutil"
|
||||
build_style=python3-module
|
||||
pycompile_module="glances"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="${hostmakedepends} python3-psutil"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/nicolargo/glances"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-or-later"
|
||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||
checksum=b369d70835520ff7c4fad63958fcf5a09212d15a6c026131db6d0d3c20cdef5f
|
||||
checksum=d1badf63552d79ad49dafa2d9aee296aca9a324cdb416797aff9dc6f6ebfd16b
|
||||
|
||||
post_install() {
|
||||
vsconf conf/glances.conf
|
||||
|
|
Loading…
Reference in a new issue