homebrew-core/Formula/tmux-cssh.rb
Bas Kok e0069b7fe9 tmux-cssh 0.1
Closes Homebrew/homebrew#28141.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-23 20:08:32 -07:00

18 lines
354 B
Ruby

require 'formula'
class TmuxCssh < Formula
homepage 'https://github.com/dennishafemann/tmux-cssh'
url 'https://github.com/dennishafemann/tmux-cssh/archive/0.1.tar.gz'
sha1 '477a9079775ce48afe0c90699fa69f368e69cdfd'
depends_on 'tmux'
def install
bin.install 'tmux-cssh'
end
test do
system "#{bin}/tmux-cssh", "--help"
end
end