aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-16 20:38:31 -0800
committerAdam Vandenberg2012-02-16 20:38:31 -0800
commitfe0e8edc28723ba0f59df36570404d7439a64e92 (patch)
treeef7cd4b875e257e445616618a5634843c1832461
parentffdb360f0f7b10e12238ed39f0dcced6fb0fbe31 (diff)
downloadhomebrew-fe0e8edc28723ba0f59df36570404d7439a64e92.tar.bz2
Remove cocot
Cocot is a head-only formula. To reinstate, encourage the upstream project to tag a stable release.
-rw-r--r--Library/Formula/cocot.rb11
1 files changed, 0 insertions, 11 deletions
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