void-packages/srcpkgs/bpytop/template
2021-01-27 10:54:07 -06:00

17 lines
482 B
Bash

# Template file for 'bpytop'
pkgname=bpytop
version=1.0.61
revision=1
build_style=gnu-makefile
depends="python3-psutil"
short_desc="Resource monitor"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/aristocratos/bpytop"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=01bc712df11cb7022fff510e118130f4834c3dcd1f85267ada9c50a30af5919b
pre_configure() {
vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
}