void-packages/srcpkgs/glances/template
2021-07-26 16:22:41 -03:00

19 lines
593 B
Bash

# Template file for 'glances'
pkgname=glances
version=3.2.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-psutil python3-defusedxml"
checkdepends="$depends"
short_desc="Cross-platform curses-based monitoring tool"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="LGPL-3.0-or-later"
homepage="https://github.com/nicolargo/glances"
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum=7a96f16b09e30765a7a5b0e8d02dda20ac8ff1f144e6586d1f17ff7a80f5480f
post_install() {
vsconf conf/glances.conf
}