void-packages/srcpkgs/tmux-xpanes/template

24 lines
705 B
Bash

# Template file for 'tmux-xpanes'
pkgname=tmux-xpanes
version=4.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"
changelog="https://github.com/greymd/tmux-xpanes/releases"
distfiles="https://github.com/greymd/tmux-xpanes/archive/v${version}.tar.gz"
checksum=d5253a13ffc7a63134c62847d23951972b75bd01b333f6c02449b1cd1e502030
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
}