We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2210082 commit ca18a35Copy full SHA for ca18a35
Formula/unitybuildkit.rb
@@ -0,0 +1,13 @@
1
+class UnityBuildKit < Formula
2
+ desc "A command line tool that generates an iOS application with an embedded Unity scene"
3
+ homepage "https://github.com/handsomecode/UnityBuildKit"
4
+ url "https://github.com/handsomecode/UnityBuildKit/archive/0.8.0.tar.gz"
5
+ sha256 "a5041d758130924c92c7c67ec1447fc79de0f28c29dd7437836a676c6501561f"
6
+ head "https://github.com/handsomecode/UnityBuildKit.git"
7
+
8
+ depends_on :xcode
9
10
+ def install
11
+ system "make", "install"
12
+ end
13
+end
0 commit comments