Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
objective-caml: add bottles.
Browse files Browse the repository at this point in the history
References #15359.
  • Loading branch information
MikeMcQuaid committed Oct 13, 2012
1 parent 9c207d5 commit 1003199
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/Formula/objective-caml.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ class ObjectiveCaml < Formula


depends_on :x11 if MacOS::X11.installed? depends_on :x11 if MacOS::X11.installed?


bottle do
sha1 'b5c2e3a881fa0080725d83a994d30f1ebc2bb99f' => :mountainlion
sha1 '0d7ca01705c22e203e9ddff748b944da6cba921b' => :lion
sha1 'b485f013972629a06f883e080ee1c71055579288' => :snowleopard
end

def install def install
system "./configure", "--prefix", HOMEBREW_PREFIX, system "./configure", "--prefix", HOMEBREW_PREFIX,
"--mandir", man, "--mandir", man,
Expand Down

0 comments on commit 1003199

Please sign in to comment.