f9378d57ed
Closes: #26681 [via git-merge-pr]
16 lines
469 B
Bash
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
|
|
}
|