void-packages/srcpkgs/bottom/template
Neel Chotai f9378d57ed bottom: update to 0.5.1.
Closes: #26681 [via git-merge-pr]
2020-12-14 00:41:44 -03:00

16 lines
469 B
Bash

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