homebrew-cask/Casks/mono-mdk.rb

14 lines
425 B
Ruby
Raw Normal View History

2014-11-14 01:26:25 +08:00
cask :v1 => 'mono-mdk' do
version '4.0.2'
sha256 :no_check # required as upstream package is updated in-place
2014-07-08 20:04:48 +08:00
url "http://download.mono-project.com/archive/#{version}/macos-10-x86/MonoFramework-MDK-#{version}.macos10.xamarin.x86.pkg"
2015-04-14 04:24:58 +08:00
name 'Mono'
2015-01-22 03:20:58 +08:00
homepage 'http://mono-project.com'
2014-10-01 23:33:24 +08:00
license :oss
2014-09-10 23:37:04 +08:00
pkg "MonoFramework-MDK-#{version}.macos10.xamarin.x86.pkg"
2014-11-22 22:12:42 +08:00
2013-10-21 01:18:26 +08:00
uninstall :pkgutil => 'com.xamarin.mono-MDK.pkg'
end