2010-06-06 20:42:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Csshx < Formula
|
|
|
|
homepage 'http://code.google.com/p/csshx/'
|
2014-03-05 07:22:08 +00:00
|
|
|
url 'https://csshx.googlecode.com/files/csshX-0.74.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'aa686b71161d6144d539d077b960da10d7b96993'
|
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
|