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

22 lines
738 B
Ruby

cask 'chrome-remote-desktop-host' do
version :latest
sha256 :no_check
url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
name 'Chrome Remote Desktop'
homepage 'https://chrome.google.com/remotedesktop'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'Chrome Remote Desktop Host.pkg'
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