void-packages/srcpkgs/tmux-xpanes/template
2018-01-09 04:27:27 +01:00

19 lines
537 B
Bash

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