# Template file for 'hostmux'
pkgname=hostmux
version=1.4.1
revision=1
depends="tmux"
short_desc="Small wrapper for tmux to easily connect to a series of hosts via ssh"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/hukl/hostmux"
distfiles="https://github.com/hukl/hostmux/archive/${version}.tar.gz"
checksum=6c7255ea5feb92faf53074062a63ca148389c459e7da22475c20c219f2fee6a2

do_install() {
	vbin hostmux
	vman man/hostmux.1
	vlicense LICENSE
	vinstall zsh-completion/_hostmux 644 usr/share/zsh/site-functions
}
