aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cocot.rb
diff options
context:
space:
mode:
authorYasuharu NAKANO2012-03-05 12:33:18 +0900
committerAdam Vandenberg2012-03-28 22:55:02 -0700
commitafbbd25379ddbc9150c92476201e36b77a8534b5 (patch)
tree4015879c07e0ae590e3f0f757f4c855b1eb03a01 /Library/Formula/cocot.rb
parent6bfd3db14ce341762bab174e45bc48e3af8f2703 (diff)
downloadhomebrew-afbbd25379ddbc9150c92476201e36b77a8534b5.tar.bz2
cocot: 1.1-20120313
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cocot.rb')
-rw-r--r--Library/Formula/cocot.rb14
1 files changed, 14 insertions, 0 deletions
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