cocot: 1.1-20120313
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
82c6753190
commit
f98e12885c
1 changed files with 14 additions and 0 deletions
14
Formula/cocot.rb
Normal file
14
Formula/cocot.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue