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

18 lines
519 B
Ruby

class ChromeRemoteDesktopHost < Cask
version 'latest'
sha256 :no_check
url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
homepage 'https://chrome.google.com/remotedesktop'
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