homebrew-cask/Casks/debookee.rb

28 lines
1023 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'debookee' do
2018-07-20 06:45:51 +08:00
version '6.3.0'
sha256 'e87cc30b09ac069acd3f41b6b73cfbb446afeb89024298d2a62d7f8cb9c8feed'
2014-07-15 00:09:25 +08:00
2017-11-28 12:01:39 +08:00
# iwaxx.com/debookee was verified as official when first introduced to the cask
url 'https://www.iwaxx.com/debookee/debookee.zip'
2018-06-12 22:37:26 +08:00
appcast 'https://www.iwaxx.com/debookee/appcast.php'
2015-03-28 01:07:01 +08:00
name 'Debookee'
homepage 'https://debookee.com/'
2014-07-15 00:09:25 +08:00
2017-11-28 12:01:39 +08:00
depends_on macos: '>= :sierra'
app 'Debookee.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.iwaxx.Debookee.PacketTool',
launchctl: 'com.iwaxx.Debookee.PacketTool'
2017-11-18 17:50:50 +08:00
zap trash: [
2017-11-28 12:01:39 +08:00
'~/Library/Application Support/com.iwaxx.Debookee',
2017-11-18 17:50:50 +08:00
'~/Library/Caches/com.iwaxx.Debookee',
'~/Library/Cookies/com.iwaxx.Debookee.binarycookies',
2017-11-28 12:01:39 +08:00
'~/Library/Logs/Debookee',
2017-11-18 17:50:50 +08:00
'~/Library/Preferences/com.iwaxx.Debookee.plist',
'~/Library/Saved Application State/com.iwaxx.Debookee.savedState',
'~/Library/WebKit/com.iwaxx.Debookee',
]
2014-07-15 00:09:25 +08:00
end