cocot: add 1.1-20120313 bottle.
This commit is contained in:
parent
1971484b5c
commit
151d25bafe
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Cocot < Formula
|
|||
|
||||
head "https://github.com/vmi/cocot.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "11efeaa69619030b19cbed51861d2af97d0e359bf3cd7d82b58af56e081911ae" => :el_capitan
|
||||
sha256 "13cef35dc54d9715956e142ee7a4cc2dfae1a50276f111d595057654099db80b" => :yosemite
|
||||
sha256 "307edb7057d0c5601ad9e1d9ad65cb15fd7416304b565deac6929e95f2295c74" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue