mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
831 B
Ruby
26 lines
831 B
Ruby
cask "clocker" do
|
|
version "23.01"
|
|
sha256 "6bd3f553fcd9e12dd656053305450aeb41912130b2f65d085718c9aa70cae0a8"
|
|
|
|
url "https://github.com/n0shake/Clocker/releases/download/#{version}/Clocker.zip",
|
|
verified: "github.com/n0shake/Clocker/"
|
|
name "Clocker"
|
|
desc "Menu bar timezone tracker and compact calendar"
|
|
homepage "https://abhishekbanthia.com/clocker"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Clocker.app"
|
|
|
|
uninstall launchctl: "com.abhishek.ClockerHelper",
|
|
quit: "com.abhishek.Clocker"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.abhishek.Clocker",
|
|
"~/Library/Containers/com.abhishek.Clocker",
|
|
"~/Library/Preferences/com.abhishek.Clocker.plist",
|
|
"~/Library/Preferences/com.abhishek.ClockerHelper.plist",
|
|
"~/Library/Preferences/com.abhishek.Clocker.prefs",
|
|
]
|
|
end
|