homebrew-cask-versions/Casks/google-earth-pro.rb
Josh Hagins 4c8862fb6c Formatting and whitespace changes for RuboCop
Fix Style/ElseAlignment error in araxis-merge.rb

Fix Lint/BlockAlignment error in jabber-video.rb

Fix Style/IndentationConsistency error in tuneinstructor.rb

Fix Style/MultilineIfThen error in wireshark.rb

Fix Style/IndentationWidth errors

Fix inconsistent indentation in blue-jeans-browser-plugin.rb and
mini-vmac.rb

Fix Style/SpaceAroundOperators error in myo-connect.rb

Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb

Fix Style/Tab error in syphon-virtual-screen.rb

Fix Style/TrailingWhitespace errors in various Casks
2015-03-08 01:11:06 -05:00

22 lines
659 B
Ruby

cask :v1 => 'google-earth-pro' do
version :latest
sha256 :no_check
url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthProMac-Intel.dmg'
homepage 'https://www.google.com/earth/'
license :gratis
tags :vendor => 'Google'
app 'Google Earth Pro.app'
zap :delete => [
'~/Library/Application Support/Google Earth',
'~/Library/Caches/Google Earth',
'~/Library/Caches/com.Google.GoogleEarthPro',
]
caveats <<-EOS.undent
Using #{token} requires a license key. If you do not have a key, use your
email address and the key GEPFREE to sign in.
EOS
end