homebrew-cask/Casks/debookee.rb

29 lines
1.0 KiB
Ruby

cask 'debookee' do
version '7.4.1'
sha256 '68984eb09333a545dbb634e3a323295ca0042c215df22a442fe56e138fe70d9a'
# iwaxx.com/debookee was verified as official when first introduced to the cask
url 'https://www.iwaxx.com/debookee/debookee.zip'
appcast 'https://www.iwaxx.com/debookee/appcast.php'
name 'Debookee'
homepage 'https://debookee.com/'
auto_updates true
depends_on macos: '>= :sierra'
app 'Debookee.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.iwaxx.Debookee.PacketTool',
launchctl: 'com.iwaxx.Debookee.PacketTool'
zap trash: [
'~/Library/Application Support/com.iwaxx.Debookee',
'~/Library/Caches/com.iwaxx.Debookee',
'~/Library/Cookies/com.iwaxx.Debookee.binarycookies',
'~/Library/Logs/Debookee',
'~/Library/Preferences/com.iwaxx.Debookee.plist',
'~/Library/Saved Application State/com.iwaxx.Debookee.savedState',
'~/Library/WebKit/com.iwaxx.Debookee',
]
end