homebrew-cask/Casks/xamarin-android.rb

17 lines
701 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xamarin-android' do
2015-01-22 14:41:07 +08:00
version '4.20.0-28'
sha256 '3f38009ee76b54c7aca174ee0046c0e2aa5729c844739e863b7319f460dd428d'
2014-06-30 12:54:36 +08:00
2015-06-29 14:32:18 +08:00
url "https://download.xamarin.com/MonoforAndroid/Mac/mono-android-#{version}.pkg"
2015-04-02 13:41:52 +08:00
name 'Xamarin.Android'
2015-06-29 14:32:18 +08:00
appcast 'https://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2015-01-22 14:41:07 +08:00
:sha256 => '79c309d6dbe6f08f1d022c9376a4678cc94f57be084007df90c5a12839b35cdd',
2014-10-15 22:22:55 +08:00
:format => :unknown
2015-06-29 14:32:18 +08:00
homepage 'https://xamarin.com/android'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-30 12:54:36 +08:00
2014-09-26 20:09:19 +08:00
pkg "mono-android-#{version}.pkg"
2014-06-30 12:54:36 +08:00
uninstall :pkgutil => 'com.xamarin.android.pkg'
end