Files
homebrew-cask/Casks/b/brooklyn.rb
T
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
469 B
Ruby

cask "brooklyn" do
version "2.1.0"
sha256 "6f14527303a8d55384a38368e7fe1909c52c04cc1ce2fbd149d9712b8ab68ee6"
url "https://github.com/pedrommcarrasco/Brooklyn/releases/download/#{version}/Brooklyn.saver.zip"
name "Brooklyn"
desc "Screen saver based on animations presented during Apple Special Event Brooklyn"
homepage "https://github.com/pedrommcarrasco/Brooklyn"
screen_saver "Brooklyn.saver"
zap trash: "~/Library/Screen Savers/Brooklyn.saver"
end