Skip to content

Commit

Permalink
openmoonray 1.2.0.0 (new formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jun 27, 2023
1 parent 7fa22b4 commit c63d94e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Formula/openmoonray.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
class Openmoonray < Formula
desc "DreamWorks’ production MCRT renderer"
homepage "https://openmoonray.org"
url "https://github.com/dreamworksanimation/openmoonray.git",
tag: "v1.2.0.0",
revision: "a212d261df2f9b198baf40c96fc53f6a87c56414"
license "Apache-2.0"

depends_on "cmake" => :build
depends_on "boost"
depends_on "cppunit"
depends_on "jsoncpp"
depends_on "libmicrohttpd"

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
end

test do
system "false"
end
end

0 comments on commit c63d94e

Please sign in to comment.