From 0e1f0f5b534bda49894e3e4795fb8f17f41fb3b8 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sun, 24 Sep 2017 06:35:58 +0200 Subject: [PATCH] New package: tmux-xpanes-2.2.0 --- srcpkgs/tmux-xpanes/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tmux-xpanes/template diff --git a/srcpkgs/tmux-xpanes/template b/srcpkgs/tmux-xpanes/template new file mode 100644 index 00000000000..3c57e598065 --- /dev/null +++ b/srcpkgs/tmux-xpanes/template @@ -0,0 +1,19 @@ +# Template file for 'tmux-xpanes' +pkgname=tmux-xpanes +version=2.2.0 +revision=1 +short_desc="Awesome way to create multiple tmux panes" +maintainer="lemmi " +license="MIT" +homepage="https://github.com/greymd/tmux-xpanes" +distfiles="https://github.com/greymd/tmux-xpanes/archive/v2.2.0.tar.gz" +checksum=ab903e8e042acb1884b253b907598c1f5dc839ab656fee956bcc4ec9b1d96cac + +do_install() { + vbin bin/xpanes + + vlicense LICENSE + vman man/xpanes.1 + + vinstall contrib/completion/zsh/_xpanes 644 usr/share/zsh/site-functions +}