homebrew-cask/Casks/xamarin.rb

18 lines
504 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xamarin' do
2014-09-17 19:43:08 +08:00
version :latest
sha256 :no_check
url 'http://download.xamarin.com/Installer/Mac/XamarinInstaller.dmg'
homepage 'http://xamarin.com/platform'
2014-12-10 21:51:20 +08:00
license :unknown # todo: improve this machine-generated value
2014-10-21 21:20:11 +08:00
installer :manual => 'Install Xamarin.app'
2014-10-10 20:13:30 +08:00
uninstall :delete => '/Applications/Xamarin Studio.app'
zap :delete => '~/Library/Developer/Xamarin'
caveats do
puts 'This app requires the JRE (Java Runtime Environment) to be installed'
end
end