homebrew-cask/Casks/microsoft-lync-plugin.rb

21 lines
608 B
Ruby
Raw Normal View History

cask :v1_1 => 'microsoft-lync-plugin' do
version :latest
2014-06-26 04:51:01 +08:00
sha256 :no_check
2014-09-16 20:31:24 +08:00
url 'https://lync12.lyncweb.microsoft.com/lwa/Plugins/LWAPluginInstaller.pkg'
2015-05-09 04:12:56 +08:00
name 'Microsoft Lync Web App Plug-in'
2014-06-26 04:51:01 +08:00
homepage 'http://office.microsoft.com/Lync'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-26 04:51:01 +08:00
2014-09-10 23:37:04 +08:00
pkg 'LWAPluginInstaller.pkg'
uninstall :pkgutil => [
'Lync.Client.LwaPluginInstaller.*.LwaPlugin.pkg',
'Lync.Client.Plugin'
]
caveats do
discontinued
end
2014-06-26 04:51:01 +08:00
end