16 lines
469 B
Bash
16 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
|
|
}
|