void-packages/srcpkgs/bpytop/template
2021-04-26 13:26:59 -05:00

17 lines
482 B
Bash

# Template file for 'bpytop'
pkgname=bpytop
version=1.0.64
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=233299db3f17863ab69b0f7b149b586c499f5697177ab71b2006770398b11196
pre_configure() {
vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
}