diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template new file mode 100644 index 00000000000..85c19817d2e --- /dev/null +++ b/srcpkgs/bottom/template @@ -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 " +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 +}