You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
14 lines
397 B
Ruby
14 lines
397 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 "Quick Look plugin to pretty-print JSON"
|
|
homepage "https://github.com/johan/QuickJSON"
|
|
|
|
qlplugin "QuickJSON.qlgenerator"
|
|
|
|
# No zap stanza required
|
|
end
|