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