void-packages/srcpkgs/bottom/template
2020-12-15 11:05:27 -03:00

17 lines
469 B
Bash

# Template file for 'bottom'
pkgname=bottom
version=0.5.4
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=a53984a944ee05d761c95d601b3778f4258a76a59a4fa562d4c77480f06ef8dd
post_install() {
vdoc README.md
vlicense LICENSE
}