From ae880db4166b732a48e28136d65c8de817dc307c Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Fri, 13 Dec 2019 17:05:38 -0600 Subject: [PATCH] New package: tmuxc 1.1.5 --- srcpkgs/tmuxc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tmuxc/template diff --git a/srcpkgs/tmuxc/template b/srcpkgs/tmuxc/template new file mode 100644 index 00000000000..6f85cbfa29e --- /dev/null +++ b/srcpkgs/tmuxc/template @@ -0,0 +1,17 @@ +# Template file for 'tmuxc' +pkgname=tmuxc +version=1.1.5 +revision=1 +archs=noarch +depends="perl" +short_desc="Local and remote tmux window manager" +maintainer="Zach Dykstra " +license="MIT" +homepage="https://github.com/zdykstra/tmuxc" +distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz" +checksum=332df81e9be18fbf1f201dc952f3583ae1f58dd5115f05dca16f18fb9fe44cbf + +do_install() { + vbin tmuxc + vlicense LICENSE +}