blob: 94929284a48403f3fbfe88ea7920f3d5d4ebf4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|