forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcardhop.rb
26 lines (21 loc) · 1012 Bytes
/
cardhop.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cask 'cardhop' do
version '1.3.2'
sha256 'b9047748572eb0bcea951f945f377995f9f94ea1647e1138a0d57d932d4b1f9d'
url "http://cdn.flexibits.com/Cardhop_#{version}.zip"
appcast 'https://flexibits.com/cardhop/appcast.php'
name 'Cardhop'
homepage 'https://flexibits.com/cardhop'
auto_updates true
app 'Cardhop.app'
uninstall launchctl: 'com.flexibits.cardhop.mac.launcher',
quit: 'com.flexibits.cardhop.mac'
zap trash: [
'~/Library/Preferences/com.flexibits.cardhop.mac.plist',
'~/Library/Application Scripts/com.flexibits.cardhop.mac',
'~/Library/Application Scripts/com.flexibits.cardhop.mac.launcher',
'~/Library/Application Scripts/com.flexibits.cardhop.mac.BluetoothDialer',
'~/Library/Containers/com.flexibits.cardhop.mac',
'~/Library/Containers/com.flexibits.cardhop.mac.launcher',
'~/Library/Containers/com.flexibits.cardhop.mac.BluetoothDialer',
]
end