20 lines
537 B
Bash
20 lines
537 B
Bash
# Template file for 'tmux-xpanes'
|
|
pkgname=tmux-xpanes
|
|
version=2.2.3
|
|
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=4357b8ac76f3d0b93dbb1626e0881f03143910f428a78db3d8437950bbd15fef
|
|
|
|
do_install() {
|
|
vbin bin/xpanes
|
|
|
|
vlicense LICENSE
|
|
vman man/xpanes.1
|
|
|
|
vinstall contrib/completion/zsh/_xpanes 644 usr/share/zsh/site-functions
|
|
}
|