homebrew-cask/Casks/unity-web-player.rb

17 lines
541 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'unity-web-player' do
2014-09-17 19:43:06 +08:00
version :latest
2014-05-13 10:51:46 +08:00
sha256 :no_check
url 'http://webplayer.unity3d.com/download_webplayer-3.x/webplayer-mini.dmg'
2015-01-10 04:30:16 +08:00
name 'Unity Web Player'
homepage 'https://unity3d.com/webplayer'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-07-02 15:13:32 +08:00
depends_on :macos => '>= :snow_leopard'
2014-09-10 23:37:07 +08:00
pkg 'Install Unity Web Player.pkg'
uninstall :pkgutil => 'com.unity.UnityWebPlayer',
2014-09-18 19:58:00 +08:00
:delete => '/Library/Internet Plug-Ins/Unity Web Player.plugin'
2014-03-09 18:06:09 +08:00
end