vp-build/srcpkgs/glances/template

19 lines
613 B
Bash

# Template file for 'glances'
pkgname=glances
version=3.2.4.2
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-psutil python3-defusedxml python3-packaging"
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=88ac8103d777b2a55cee9418a5940269c640c3ad964ec44de0e9bb80cdbead37
post_install() {
vsconf conf/glances.conf
}