969415c451
Fix bound checks. [ci skip]
20 lines
578 B
Bash
20 lines
578 B
Bash
# Template file for 'bottom'
|
|
pkgname=bottom
|
|
version=0.2.2
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Yet another cross-platform graphical process/system monitor"
|
|
maintainer="Neel Chotai <neel@chot.ai>"
|
|
license="MIT"
|
|
homepage="https://github.com/ClementTsang/bottom"
|
|
distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
|
|
checksum=6706f9173beac1fa624be93b6e0d0549f0adbb69e87970ca49fa3f0e5f53241d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64) broken="https://api.travis-ci.org/v3/job/655747606/log.txt";;
|
|
esac
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|