void-packages/srcpkgs/bpytop/template
2020-10-29 09:35:38 -05:00

16 lines
482 B
Bash

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