homebrew-cask/Casks/debookee.rb

31 lines
957 B
Ruby

cask "debookee" do
version "7.5.2,3037"
sha256 :no_check
# 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"
desc "Network traffic analyzer"
homepage "https://debookee.com/"
auto_updates true
depends_on macos: ">= :mojave"
app "Debookee.app"
uninstall delete: "/Library/PrivilegedHelperTools/com.iwaxx.Debookee.PacketTool",
launchctl: "com.iwaxx.Debookee.PacketTool"
zap trash: [
"~/.debookee",
"~/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