tmux-cssh 0.1

Closes Homebrew/homebrew#28141.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Bas Kok 2014-04-04 16:02:41 +02:00 committed by Adam Vandenberg
parent 1513c63723
commit e0069b7fe9
1 changed files with 18 additions and 0 deletions

18
Formula/tmux-cssh.rb Normal file
View File

@ -0,0 +1,18 @@
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