mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
540 B
Ruby
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
|