19 lines
563 B
Bash
19 lines
563 B
Bash
# Template file for 'hostmux'
|
|
pkgname=hostmux
|
|
version=1.1.1
|
|
revision=1
|
|
noarch=yes
|
|
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"
|
|
checksum=5dfccf25826217713a1739186dad90936a328b3b22220e0a55956ef8f656eb1c
|
|
|
|
do_install() {
|
|
vbin hostmux
|
|
vman man/hostmux.1
|
|
vlicense LICENSE
|
|
vinstall zsh-completion/_hostmux 644 usr/share/zsh/site-functions
|
|
}
|