Files
homebrew-cask/Casks/m/michaelvillar-timer.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
540 B
Ruby

cask "michaelvillar-timer" do
version "1.6.0"
sha256 "b953dcc5e8b942f4e2fb0a64e4732c55ba876ad4f1514769df6dc0cd3f225199"
url "https://github.com/michaelvillar/timer-app/releases/download/#{version}/Timer.app.zip"
name "Timer"
desc "Timer application"
homepage "https://github.com/michaelvillar/timer-app"
app "Timer.app"
uninstall quit: "com.michaelvillar.Timer"
zap trash: [
"~/Library/Preferences/com.michaelvillar.Timer.plist",
"~/Library/Saved Application State/com.michaelvillar.Timer.savedState",
]
end