New package: hostmux-1.1.0
This commit is contained in:
parent
fc50948c00
commit
8218ccc90b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/hostmux/template
Normal file
18
srcpkgs/hostmux/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'hostmux'
|
||||
pkgname=hostmux
|
||||
version=1.1.0
|
||||
revision=1
|
||||
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=2852c3b27f2dd82a0311fa937244c3f932c2ed2084459f5710e6ed69bda79bcd
|
||||
|
||||
do_install() {
|
||||
vbin hostmux
|
||||
vman man/hostmux.1
|
||||
vlicense LICENSE
|
||||
vinstall zsh-completion/_hostmux 644 usr/share/zsh/site-functions
|
||||
}
|
Loading…
Reference in a new issue