homebrew-cask/Casks/unity-android-support-for-e...

16 lines
608 B
Ruby

cask 'unity-android-support-for-editor' do
version '2018.2.0f2,787658998520'
sha256 '6e7a2b5a28cfdfc1d2a6bab4fec13ed4377a1240e5054e36169d428aef7b6515'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://unity3d.com/get-unity/download/archive'
name 'Unity Android Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.AndroidPlayer'
end