New package: bottom-0.2.2

This commit is contained in:
Neel Chotai 2020-02-25 17:25:01 +00:00 committed by Helmut Pozimski
parent 8dcee73c5a
commit 62815c69e8

20
srcpkgs/bottom/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'bottom'
pkgname=bottom
version=0.2.2
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=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
}