20 lines
578 B
Bash
20 lines
578 B
Bash
# Template file for 'bottom'
|
|
pkgname=bottom
|
|
version=0.4.3
|
|
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=8b8c4f03bf761932f89ef90296eebdfca4d94e70c36b25e1a9e43c33f2a36e17
|
|
|
|
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
|
|
}
|