void-packages/srcpkgs/bottom/template
UsernameRandomlyGenerated 3cf4ac92a1 bottom: update to 0.5.7.
2021-02-03 10:06:30 -06:00

17 lines
469 B
Bash

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