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.
14 lines
450 B
Ruby
14 lines
450 B
Ruby
cask "menubar-countdown" do
|
|
version "2.1"
|
|
sha256 "9b72a2c3544c7e3e9c9cb60feb9be2ff7905184c9e988f921bea5269a60fb805"
|
|
|
|
url "https://github.com/kristopherjohnson/MenubarCountdown/releases/download/#{version}/Menubar_Countdown_#{version}.zip"
|
|
name "Menubar Countdown"
|
|
desc "Countdown timer for the menu bar"
|
|
homepage "https://github.com/kristopherjohnson/MenubarCountdown"
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "Menubar Countdown.app"
|
|
end
|