From afbbd25379ddbc9150c92476201e36b77a8534b5 Mon Sep 17 00:00:00 2001 From: Yasuharu NAKANO Date: Mon, 5 Mar 2012 12:33:18 +0900 Subject: cocot: 1.1-20120313 Signed-off-by: Adam Vandenberg --- Library/Formula/cocot.rb | 14 ++++++++++++++ 1 file changed, 14 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..dc5dd83c5 --- /dev/null +++ b/Library/Formula/cocot.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Cocot < Formula + homepage 'http://vmi.jp/software/cygwin/cocot.html' + url 'https://github.com/vmi/cocot/tarball/cocot-1.1-20120313' + version '1.1-20120313' + md5 '666c1e52c1648094f8758689ad3f6b4b' + head 'https://github.com/vmi/cocot.git', :branch => 'master' + + def install + system "./configure", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3