void-packages/srcpkgs/bpytop/template
2020-09-17 08:25:01 -05:00

16 lines
482 B
Bash

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