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
402 B
Ruby
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
|