Files
homebrew-cask/Casks/q/quickjson.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
396 B
Ruby

cask "quickjson" do
version "1.0.0"
sha256 "874fc0afd431f68527929a0592c23a81b70d53e6032419e540551fccd662cfd2"
url "https://github.com/johan/QuickJSON/releases/download/v#{version}/QuickJSON.qlgenerator.zip"
name "QuickJSON"
desc "QuickLook plugin to pretty-print JSON"
homepage "https://github.com/johan/QuickJSON"
qlplugin "QuickJSON.qlgenerator"
# No zap stanza required
end