From 072a029846e6b86c23483cca4a6c8aa3e38fea54 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sun, 26 Mar 2017 12:32:06 -0300 Subject: [PATCH] New package: tmux-mem-cpu-load-3.4.0 --- srcpkgs/tmux-mem-cpu-load/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/tmux-mem-cpu-load/template diff --git a/srcpkgs/tmux-mem-cpu-load/template b/srcpkgs/tmux-mem-cpu-load/template new file mode 100644 index 0000000000..3597c41a3b --- /dev/null +++ b/srcpkgs/tmux-mem-cpu-load/template @@ -0,0 +1,16 @@ +# 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 " +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 +}