homebrew-cask-versions/Casks/unity3d.rb
Adam Robertson 9dfbcabd0f Add Unity3d cask
Unity is a game development ecosystem: a powerful rendering engine fully integrated with a complete set of intuitive tools and rapid workflows to create interactive 3D content; easy multiplatform publishing; thousands of quality, ready-made assets in the Asset Store and a knowledge-sharing Community.
2013-09-10 00:58:24 +10:00

10 lines
263 B
Ruby

class Unity3d < Cask
url 'http://netstorage.unity3d.com/unity/unity-4.2.1.dmg'
homepage 'http://unity3d.com/unity/'
version '4.2.1'
sha1 'cbca9a117d474608a56e6c7a994140ae41a1f03b'
install 'Unity.pkg'
uninstall(
:pkgutil => 'com.unity3d.*'
)
end