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

cask "qlnetcdf" do
version "0.0.3"
sha256 "a02db25dab9795d75fb13a155c465678f940a3586d7a0521cc7005590bf9898a"
url "https://github.com/tobeycarman/QLNetcdf/releases/download/v#{version}/QLNetcdf.qlgenerator.zip"
name "QLNetcdf"
desc "QuickLook plugin for viewing NetCDF files"
homepage "https://github.com/tobeycarman/QLNetcdf/"
qlplugin "QLNetcdf.qlgenerator"
# No zap stanza required
end