void-packages/srcpkgs/glances/template
2020-10-15 12:18:41 +02:00

18 lines
599 B
Bash

# Template file for 'glances'
pkgname=glances
version=3.1.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-future python3-psutil"
checkdepends="python3-psutil"
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=e60ea1274e882f9d64d16c12690bd71dcc70ebe7e93690d773275f92fa126b24
post_install() {
vsconf conf/glances.conf
}