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.
14 lines
407 B
Ruby
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
|