blob: d0d1ee8574966eeeac9375b736cff9d2b91f8191 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | require 'formula'
class Csshx < Formula
  homepage 'http://code.google.com/p/csshx/'
  url 'https://csshx.googlecode.com/files/csshX-0.74.tgz'
  sha1 'aa686b71161d6144d539d077b960da10d7b96993'
  head 'https://code.google.com/p/csshx/', :using => :git
  def install
    bin.install 'csshX'
  end
end
 |