Files
homebrew-cask/Casks/q/quicklook-json.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

19 lines
384 B
Ruby

cask "quicklook-json" do
version "2,1.0"
sha256 :no_check
url "http://www.sagtau.com/media/QuickLookJSON.qlgenerator.zip"
name "quick look JSON"
desc "QuickLook plugin for JSON files"
homepage "http://www.sagtau.com/quicklookjson.html"
livecheck do
url :url
strategy :extract_plist
end
qlplugin "QuickLookJSON.qlgenerator"
# No zap stanza required
end