void-packages/srcpkgs/tmux-xpanes/template
2019-03-20 06:35:55 +01:00

23 lines
659 B
Bash

# Template file for 'tmux-xpanes'
pkgname=tmux-xpanes
version=4.1.0
revision=1
archs=noarch
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/v${version}.tar.gz"
checksum=6ec37ce8e3c6bc685e16cdf609bc6d2add7c8b4120a79b84414dc67d97766704
do_install() {
vbin bin/xpanes
vbin bin/tmux-xpanes
vlicense LICENSE
vman man/xpanes.1
vman man/tmux-xpanes.1
vinstall completion/zsh/_xpanes 644 usr/share/zsh/site-functions
vinstall completion/zsh/_tmux-xpanes 644 usr/share/zsh/site-functions
}