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