void-packages/srcpkgs/glances/template
2020-06-27 13:03:13 -05:00

20 lines
614 B
Bash

# Template file for 'glances'
pkgname=glances
version=3.1.4.1
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="${hostmakedepends} 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=0347a0b949451fd0022c0f22e54092fe526120a776af1f2bde1ea7ba61d6b792
post_install() {
vsconf conf/glances.conf
}