Files
homebrew-cask/Casks/m/menubar-countdown.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

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