homebrew-cask/Casks/google-drive.rb

18 lines
438 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => 'google-drive' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.google.com/drive/installgoogledrive.dmg'
2014-12-30 08:39:23 +08:00
name 'Google Drive'
homepage 'https://drive.google.com/'
license :gratis
tags :vendor => 'Google'
2014-09-16 00:05:39 +08:00
app 'Google Drive.app'
2014-12-30 08:39:23 +08:00
2015-04-27 17:35:20 +08:00
zap :delete => [
'~/Library/Application Support/Google/Drive',
'~/Library/Preferences/com.google.GoogleDrive.plist',
]
2013-05-14 19:32:14 +08:00
end