From cd4e96911068bcec4a32c6a3f061c24399a3c5f2 Mon Sep 17 00:00:00 2001 From: Yasuharu NAKANO Date: Wed, 1 Dec 2010 00:26:27 +0900 Subject: New Formula: cocot Signed-off-by: Adam Vandenberg --- Library/Formula/cocot.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/cocot.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb new file mode 100644 index 000000000..edbe3c8fe --- /dev/null +++ b/Library/Formula/cocot.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Cocot 'master' + homepage 'http://vmi.jp/software/cygwin/cocot.html' + + def install + system "./configure", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3