homebrew-cask/Casks/google-drive.rb

19 lines
622 B
Ruby

cask 'google-drive' do
version :latest
sha256 :no_check
url 'https://dl.google.com/drive/installgoogledrive.dmg'
name 'Google Drive'
homepage 'https://drive.google.com/'
app 'Google Drive.app'
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'
end