17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'tmux-mem-cpu-load'
|
|
pkgname=tmux-mem-cpu-load
|
|
version=3.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
depends="tmux"
|
|
short_desc="A CPU, RAM and load monitor for use with tmux"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/thewtex/tmux-mem-cpu-load"
|
|
distfiles="https://github.com/thewtex/tmux-mem-cpu-load/archive/v${version}.tar.gz"
|
|
checksum=a773994e160812a964abc7fc4e8ec16b7d9833edb0a66e5c67f287c7c5949ecb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|