void-packages/srcpkgs/bpytop/template
UsernameRandomlyGenerated 14757effd3 bpytop: update to 1.0.59.
2021-01-19 20:01:34 -03:00

16 lines
482 B
Bash

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