forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazon-drive.rb
23 lines (19 loc) · 838 Bytes
/
amazon-drive.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cask 'amazon-drive' do
version :latest
sha256 :no_check
# d29x207vrinatv.cloudfront.net was verified as official when first introduced to the cask
url 'https://d29x207vrinatv.cloudfront.net/mac/AmazonDriveInstaller.dmg'
name 'Amazon Drive'
homepage 'https://www.amazon.com/clouddrive/home/'
license :gratis
installer script: 'Amazon Drive Installer.app/Contents/MacOS/Amazon Drive Installer',
sudo: false
uninstall quit: 'com.amazon.clouddrive.mac',
delete: '/Applications/Amazon Drive.app'
zap delete: [
'~/Library/Logs/Amazon Drive/',
'~/Library/Preferences/com.amazon.clouddrive.mac.plist',
'~/Library/Application Support/Amazon Drive/',
'~/Library/Cookies/com.amazon.clouddrive.mac.binarycookies',
]
end