void-packages/srcpkgs/bpytop/template
UsernameRandomlyGenerated 34e242e131 bpytop: update to 1.0.62.
2021-02-19 22:41:27 -03:00

16 lines
482 B
Bash

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