Created
January 5, 2017 21:01
-
-
Save doug/6b2f0978067674c4417988aa0f14f91b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Embree < Formula | |
homepage "http://embree.github.io/" | |
url "https://github.com/embree/embree/releases/download/v2.13.0/embree-2.13.0.x86_64.macosx.tar.gz" | |
sha256 "09107fa9cfb5f2a17f366d745e01e6bacaae20cd5e52dbb3aaf8579f4bbce302" | |
def install | |
lib.install Dir["lib/libembree.2.dylib"] | |
include.install Dir["include/*"] | |
system "ln", "-s", (lib/"libembree.2.dylib"), (lib/"libembree.dylib") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment