Files
homebrew-cask/Casks/c/clocksaver.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
402 B
Ruby

cask "clocksaver" do
version "0.7.3"
sha256 "c213adf875aa661699c747cc5ed56609ae48d72ab1526cba791f99b44dce62d4"
url "https://github.com/soffes/Clock.saver/releases/download/v#{version}/Clock.saver.zip"
name "Clock.saver screensaver"
desc "Screensavers inspired by Braun watches"
homepage "https://github.com/soffes/Clock.saver"
screen_saver "Clock.saver"
# No zap stanza required
end