void-packages/srcpkgs/bpytop/template

17 lines
482 B
Bash
Raw Normal View History

2020-09-04 19:35:19 +00:00
# Template file for 'bpytop'
pkgname=bpytop
2020-10-26 04:57:46 +00:00
version=1.0.46
2020-09-04 19:35:19 +00:00
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"
2020-10-26 04:57:46 +00:00
checksum=5a16deb84d1be22412bdac718f96941f1f95b899e8edb7825186bbfac6014756
2020-09-04 19:35:19 +00:00
pre_configure() {
vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
}