Files
homebrew-cask/Casks/a/aldente.rb
2023-11-24 20:33:52 +01:00

33 lines
1.1 KiB
Ruby

cask "aldente" do
version "1.24,47"
sha256 "e5bc862ad5602a213c9b4f865c3b54a53c10a6e523e25bf484f3a5e23847f709"
url "https://apphousekitchen.com/aldente/AlDente#{version.csv.first}.dmg"
name "AlDente"
desc "Menu bar tool to limit maximum charging percentage"
homepage "https://apphousekitchen.com/"
livecheck do
url "https://apphousekitchen.com/aldente/AlDente-Pro.dmg"
strategy :extract_plist
end
auto_updates true
depends_on macos: ">= :big_sur"
app "AlDente.app"
uninstall quit: "com.apphousekitchen.aldente-pro",
launchctl: "com.apphousekitchen.aldente-pro.helper",
login_item: "AlDente",
delete: "/Library/PrivilegedHelperTools/com.apphousekitchen.aldente-pro.helper"
zap trash: [
"~/Library/Application Support/AlDente",
"~/Library/Caches/com.apphousekitchen.aldente-pro",
"~/Library/HTTPStorages/com.apphousekitchen.aldente-pro.binarycookies",
"~/Library/Preferences/com.apphousekitchen.aldente-pro_backup.plist",
"~/Library/Preferences/com.apphousekitchen.aldente-pro.plist",
]
end