diff options
| author | Yasuharu NAKANO | 2012-03-05 12:33:18 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-28 22:55:02 -0700 |
| commit | afbbd25379ddbc9150c92476201e36b77a8534b5 (patch) | |
| tree | 4015879c07e0ae590e3f0f757f4c855b1eb03a01 | |
| parent | 6bfd3db14ce341762bab174e45bc48e3af8f2703 (diff) | |
| download | homebrew-afbbd25379ddbc9150c92476201e36b77a8534b5.tar.bz2 | |
cocot: 1.1-20120313
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/cocot.rb | 14 |
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 |
