homebrew-cask/Casks/unity-linux-support-for-edi...

15 lines
546 B
Ruby

cask 'unity-linux-support-for-editor' do
version '5.6.0f3,497a0f351392'
sha256 'bf8474c8ddb910a7b503bdf83e026039242becaff44b6e67b1b80a59a15e25d3'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Linux-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity Linux Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Linux-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.LinuxStandaloneSupport'
end