void-packages/srcpkgs/bottom/template
Neel Chotai 9545d20c33 bottom: update to 0.4.7
Closes: #24737 [via git-merge-pr]
2020-09-08 12:03:56 -04:00

20 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
}