2016-02-26 16:09:20 +01:00
|
|
|
# Template file for 'hostmux'
|
|
|
|
pkgname=hostmux
|
2017-04-08 10:28:34 +02:00
|
|
|
version=1.3.0
|
2016-08-29 21:02:46 +02:00
|
|
|
revision=1
|
2016-03-06 07:55:59 +01:00
|
|
|
noarch=yes
|
2016-02-26 16:09:20 +01:00
|
|
|
depends="tmux"
|
|
|
|
short_desc="A small wrapper for tmux to easily connect to a series of hosts via ssh"
|
|
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/hukl/hostmux"
|
|
|
|
distfiles="https://github.com/hukl/hostmux/archive/${version}.tar.gz"
|
2017-04-08 10:28:34 +02:00
|
|
|
checksum=044e6a2adebbd9d8bddaeae8cc95263cbd0fbda5591d34a38c673829bbe47295
|
2016-02-26 16:09:20 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin hostmux
|
|
|
|
vman man/hostmux.1
|
|
|
|
vlicense LICENSE
|
|
|
|
vinstall zsh-completion/_hostmux 644 usr/share/zsh/site-functions
|
|
|
|
}
|