void-packages/srcpkgs/glances/template
2021-03-08 00:35:57 -03:00

19 lines
601 B
Bash

# Template file for 'glances'
pkgname=glances
version=3.1.6.2
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=1eddc35a887159096eb4ca3e09dd144f5e60f4879b1e662478dbc18b39d77817
post_install() {
vsconf conf/glances.conf
}