void-packages/srcpkgs/bottom/template
travankor 969415c451 bottom: rebuild with rust 1.41.1.
Fix bound checks.
[ci skip]
2020-03-02 10:53:34 +01:00

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