void-packages/srcpkgs/tmux-xpanes/template
Đoàn Trần Công Danh 0e869bd636 tmux-xpanes: remove noarch
2020-11-28 10:21:18 +07:00

23 lines
646 B
Bash

# Template file for 'tmux-xpanes'
pkgname=tmux-xpanes
version=4.1.2
revision=2
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=390c6878d2a6e521f0ea323dca3c1ee175f246eda178214de3232a30881d32a5
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
}