require 'formula' class Cocot 'master' homepage 'http://vmi.jp/software/cygwin/cocot.html' def install system "./configure", "--prefix=#{prefix}" system "make install" end end