aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYasuharu NAKANO2010-12-01 00:26:27 +0900
committerAdam Vandenberg2010-12-03 12:55:52 -0800
commitcd4e96911068bcec4a32c6a3f061c24399a3c5f2 (patch)
tree76fb2f00f3b218c76c16ba1ff2f8d4d936560f6e /Library/Formula
parent383b603efac3a3c796eda1312e834b3d28be1a51 (diff)
downloadhomebrew-cd4e96911068bcec4a32c6a3f061c24399a3c5f2.tar.bz2
New Formula: cocot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cocot.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb
new file mode 100644
index 000000000..edbe3c8fe
--- /dev/null
+++ b/Library/Formula/cocot.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Cocot <Formula
+ 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