add google chrome remote desktop

This commit is contained in:
Eugene San (eugenesan) 2014-04-18 08:12:24 +03:00
parent 9d8fa23984
commit 7273064991
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
class ChromeRemoteDesktopHost < Cask
url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
homepage 'https://chrome.google.com/remotedesktop'
version 'latest'
no_checksum
install '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