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
371 B
Ruby
14 lines
371 B
Ruby
cask "gray" do
|
|
version "0.17.0"
|
|
sha256 "631e13cf28bae804e7e1a77cddaf2277f91d2de0c45c6fd7805a7c0eac627edd"
|
|
|
|
url "https://github.com/zenangst/Gray/releases/download/#{version}/Gray.zip"
|
|
name "Gray"
|
|
desc "Tool to set light or dark appearance on a per-app basis"
|
|
homepage "https://github.com/zenangst/Gray"
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "Gray.app"
|
|
end
|