aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/csshx.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/csshx.rb b/Library/Formula/csshx.rb
new file mode 100644
index 000000000..8c87f01e3
--- /dev/null
+++ b/Library/Formula/csshx.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Csshx < Formula
+ url 'http://csshx.googlecode.com/files/csshX-0.72.tgz'
+ homepage 'http://code.google.com/p/csshx/'
+ md5 '15178bbdaaa8f949bd583bd639577232'
+ head 'http://csshx.googlecode.com/svn/trunk/'
+
+ def install
+ bin.install 'csshX'
+ end
+end