New package: tmux-xpanes-2.2.0

This commit is contained in:
lemmi 2017-09-24 06:35:58 +02:00
parent 332a6aaf23
commit 0e1f0f5b53
1 changed files with 19 additions and 0 deletions

View File

@ -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 <lemmi@nerd2nerd.org>"
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
}