homebrew-cask/Casks/chrome-remote-desktop-host.rb

20 lines
642 B
Ruby
Raw Normal View History

cask :v1 => 'chrome-remote-desktop-host' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
homepage 'https://chrome.google.com/remotedesktop'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:36:59 +08:00
pkg 'Chrome Remote Desktop Host.pkg'
2014-04-18 13:12:24 +08:00
uninstall :script => {
:executable => '/Applications/Chrome Remote Desktop Host Uninstaller.app/Contents/MacOS/remoting_host_uninstaller',
:args => %w[--no-ui]
},
:pkgutil => 'com.google.pkg.ChromeRemoteDesktopHost'
caveats do
logout
end
end