New package: bottom-0.2.2
This commit is contained in:
parent
8dcee73c5a
commit
62815c69e8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/bottom/template
Normal file
20
srcpkgs/bottom/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue