From fe0e8edc28723ba0f59df36570404d7439a64e92 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 16 Feb 2012 20:38:31 -0800 Subject: Remove cocot Cocot is a head-only formula. To reinstate, encourage the upstream project to tag a stable release. --- Library/Formula/cocot.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Library/Formula/cocot.rb diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb deleted file mode 100644 index c9c970a3f..000000000 --- a/Library/Formula/cocot.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'formula' - -class Cocot < Formula - head 'https://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 -- cgit v1.2.3