homebrew-cask/Casks/microsoft-office.rb

17 lines
533 B
Ruby
Raw Normal View History

2014-11-14 01:26:23 +08:00
cask :v1 => 'microsoft-office' do
2014-11-04 08:00:03 +08:00
version :latest
sha256 :no_check
url 'http://officecdn.microsoft.com/pr/MacOffice2011/en-US/MicrosoftOffice2011.dmg'
homepage 'http://products.office.com/en-US/'
license :commercial
pkg 'Office Installer.pkg'
uninstall :pkgutil => 'com.microsoft.office.*',
:launchctl => 'com.microsoft.office.licensing.helper'
zap :pkgutil => [
'com.microsoft.mau.all.autoupdate.*',
'com.microsoft.merp.all.errorreporting.*'
]
end