void-packages/srcpkgs/bpytop/template
2020-10-12 08:38:57 -06:00

16 lines
482 B
Bash

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