homebrew-core/Formula/csshx.rb
Gavin Brock 709f7fae41 csshX 0.74
This also moves the HEAD version to a git checkout.

Closes Homebrew/homebrew#7757.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:07:23 -05:00

12 lines
291 B
Ruby

require 'formula'
class Csshx < Formula
url 'http://csshx.googlecode.com/files/csshX-0.74.tgz'
homepage 'http://code.google.com/p/csshx/'
md5 '5e25d4812d98c3a6b2436aaf4e23c02c'
head 'https://code.google.com/p/csshx/', :using => :git
def install
bin.install 'csshX'
end
end