95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
12 lines
353 B
Ruby
12 lines
353 B
Ruby
class Csshx < Formula
|
|
desc "Cluster ssh tool for Terminal.app"
|
|
homepage "https://code.google.com/p/csshx/"
|
|
url "https://csshx.googlecode.com/files/csshX-0.74.tgz"
|
|
sha256 "eaa9e52727c8b28dedc87398ed33ffa2340d6d0f3ea9d261749c715cb7a0e9c8"
|
|
|
|
head "https://code.google.com/p/csshx/", :using => :git
|
|
|
|
def install
|
|
bin.install "csshX"
|
|
end
|
|
end
|