Create cask for Google Earth Pro

Freely available as of 2015-01-31.
This commit is contained in:
Shaun Walbridge 2015-02-21 15:37:27 -05:00
parent d3314eea55
commit 0ab9d92098
1 changed files with 22 additions and 0 deletions

22
Casks/google-earth-pro.rb Normal file
View File

@ -0,0 +1,22 @@
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