homebrew-cask/Casks/xamarin.rb

18 lines
553 B
Ruby

cask :v1 => 'xamarin' do
version :latest
sha256 :no_check
url 'http://download.xamarin.com/Installer/Mac/XamarinInstaller.dmg'
homepage 'http://xamarin.com/platform'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
installer :manual => 'Install Xamarin.app'
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