21 lines
578 B
Bash
21 lines
578 B
Bash
# Template file for 'bottom'
|
|
pkgname=bottom
|
|
version=0.4.7
|
|
revision=1
|
|
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=6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64) broken="https://api.travis-ci.org/v3/job/694083880/log.txt";;
|
|
esac
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|