16 lines
482 B
Bash
16 lines
482 B
Bash
# Template file for 'bpytop'
|
|
pkgname=bpytop
|
|
version=1.0.67
|
|
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=e3f0267bd40a58016b5ac81ed6424f1c8d953b33a537546b22dd1a2b01b07a97
|
|
|
|
pre_configure() {
|
|
vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
|
|
}
|