20 lines
703 B
Bash
20 lines
703 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=3.3.0.4
|
|
revision=1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://nicolargo.github.io/glances/"
|
|
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
|
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=464905c9b4806b80782eb8e43552ccbfa346d6f905f8a2d28de48613ccba0e53
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|