homebrew-cask/Casks/google-drive.rb

19 lines
622 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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/'
2014-09-16 00:05:39 +08:00
app 'Google Drive.app'
2014-12-30 08:39:23 +08:00
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.googledrive.sfl',
'~/Library/Application Support/Google/Drive',
'~/Library/Preferences/com.google.GoogleDrive.plist',
'~/Library/Caches/com.google.GoogleDrive',
],
rmdir: '~/Google Drive'
2013-05-14 19:32:14 +08:00
end