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.
11 lines
338 B
Ruby
11 lines
338 B
Ruby
cask "countdown" do
|
|
version "0.1.0"
|
|
sha256 "3616d9c01d79e14f8db01d492c882700bfcca6c4bf886f1a73e36ad04893213c"
|
|
|
|
url "https://github.com/soffes/Countdown/releases/download/v#{version}/Countdown.saver-#{version}.zip"
|
|
name "Countdown Screensaver"
|
|
homepage "https://github.com/soffes/Countdown"
|
|
|
|
screen_saver "Countdown.saver"
|
|
end
|