Skip to content

Commit ca18a35

Browse files
author
Eric Miller
committed
Add homebrew formula
1 parent 2210082 commit ca18a35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Formula/unitybuildkit.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)