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

21 lines
737 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
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
2014-09-10 23:36:59 +08:00
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],
},
2014-04-18 13:12:24 +08:00
:pkgutil => 'com.google.pkg.ChromeRemoteDesktopHost'
caveats do
logout
end
end