2010-11-30 15:26:27 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cocot < Formula
|
2010-11-30 15:26:27 +00:00
|
|
|
head 'git://github.com/vmi/cocot.git', :branch => 'master'
|
|
|
|
homepage 'http://vmi.jp/software/cygwin/cocot.html'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|