homebrew-cask/Casks/google-earth.rb

18 lines
583 B
Ruby

cask :v1 => 'google-earth' do
version :latest
sha256 :no_check
url 'https://dl.google.com/earth/client/advanced/current/GoogleEarthMac-Intel.dmg'
name 'Google Earth'
homepage 'https://www.google.com/earth/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Google Earth.app'
zap :delete => [
'~/Library/Application Support/Google Earth',
'~/Library/Caches/Google Earth',
'~/Library/Caches/com.Google.GoogleEarthPlus',
]
end