diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/connect.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/connect.rb b/Library/Formula/connect.rb new file mode 100644 index 000000000..7e747fff7 --- /dev/null +++ b/Library/Formula/connect.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Connect <Formula + url 'http://www.taiyo.co.jp/~gotoh/ssh/connect.c' + version '1.100' + homepage 'http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html' + md5 '5165e2fcd2cf58899f34878fe6b447c6' + + def install + system "gcc", "connect.c", "-o", "connect", "-lresolv" + bin.install "connect" + end +end |
