diff options
| author | Yasuharu NAKANO | 2010-12-01 00:26:27 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-03 12:55:52 -0800 |
| commit | cd4e96911068bcec4a32c6a3f061c24399a3c5f2 (patch) | |
| tree | 76fb2f00f3b218c76c16ba1ff2f8d4d936560f6e /Library | |
| parent | 383b603efac3a3c796eda1312e834b3d28be1a51 (diff) | |
| download | homebrew-cd4e96911068bcec4a32c6a3f061c24399a3c5f2.tar.bz2 | |
New Formula: cocot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cocot.rb | 11 |
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 |
