2010-06-06 20:42:45 +00:00
|
|
|
class Csshx < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Cluster ssh tool for Terminal.app"
|
2015-08-08 02:34:34 +00:00
|
|
|
homepage "https://github.com/brockgr/csshx"
|
2016-08-28 16:09:16 +00:00
|
|
|
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/csshx/csshX-0.74.tgz"
|
2015-08-08 02:34:34 +00:00
|
|
|
mirror "https://distfiles.macports.org/csshX/csshX-0.74.tgz"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "eaa9e52727c8b28dedc87398ed33ffa2340d6d0f3ea9d261749c715cb7a0e9c8"
|
2015-08-08 02:34:34 +00:00
|
|
|
head "https://github.com/brockgr/csshx.git"
|
2010-06-06 20:42:45 +00:00
|
|
|
|
2015-10-23 10:47:06 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2010-06-06 20:42:45 +00:00
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
bin.install "csshX"
|
2010-06-06 20:42:45 +00:00
|
|
|
end
|
2016-08-28 16:09:16 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
assert_match version.to_s, shell_output("#{bin}/csshX --version 2>&1", 2)
|
|
|
|
end
|
2010-06-06 20:42:45 +00:00
|
|
|
end
|