2010-06-06 20:42:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Csshx < Formula
|
2011-09-22 14:12:25 +00:00
|
|
|
url 'http://csshx.googlecode.com/files/csshX-0.74.tgz'
|
2010-06-06 20:42:45 +00:00
|
|
|
homepage 'http://code.google.com/p/csshx/'
|
2011-09-22 14:12:25 +00:00
|
|
|
md5 '5e25d4812d98c3a6b2436aaf4e23c02c'
|
2012-04-19 02:37:43 +00:00
|
|
|
|
2011-09-22 14:12:25 +00:00
|
|
|
head 'https://code.google.com/p/csshx/', :using => :git
|
2010-06-06 20:42:45 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
bin.install 'csshX'
|
2010-06-06 20:42:45 +00:00
|
|
|
end
|
|
|
|
end
|