void-packages/srcpkgs/tmux-xpanes/template

20 lines
537 B
Bash
Raw Normal View History

2017-09-24 06:35:58 +02:00
# Template file for 'tmux-xpanes'
pkgname=tmux-xpanes
2017-11-16 10:32:07 +01:00
version=2.2.1
revision=1
2017-09-24 06:35:58 +02:00
short_desc="Awesome way to create multiple tmux panes"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://github.com/greymd/tmux-xpanes"
2017-09-24 06:54:39 +02:00
distfiles="https://github.com/greymd/tmux-xpanes/archive/v${version}.tar.gz"
2017-11-16 10:32:07 +01:00
checksum=b0c537f078e8ba2657da8f66c9ac5b0ed31d558c55bd0fff3b7898791dee1a1e
2017-09-24 06:35:58 +02:00
do_install() {
vbin bin/xpanes
vlicense LICENSE
vman man/xpanes.1
vinstall contrib/completion/zsh/_xpanes 644 usr/share/zsh/site-functions
}