homebrew-cask/Casks/xamarin.rb

18 lines
451 B
Ruby

class Xamarin < Cask
version 'latest'
sha256 :no_check
url 'http://download.xamarin.com/Installer/Mac/XamarinInstaller.dmg'
homepage 'http://xamarin.com/platform'
caskroom_only true
caveats do
puts 'This app requires the JRE (Java Runtime Environment) to be installed'
manual_installer 'Install Xamarin.app'
end
uninstall :files => '/Applications/Xamarin Studio.app'
zap :files => '~/Library/Developer/Xamarin'
end