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

cask "quickgeojson" do
version "1.1"
sha256 "48a30865f3183c086c9ac70003276e2356c2fd4468e8818b0b2ec5adb3366332"
url "https://github.com/irees/quickgeojson/releases/download/v#{version}/quickgeojson.qlgenerator.zip"
name "quickgeojson"
desc "QuickLook plugin for GeoJSON and TopoJSON"
homepage "https://github.com/irees/quickgeojson"
qlplugin "quickgeojson.qlgenerator"
# No zap stanza required
end