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.
19 lines
384 B
Ruby
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
|