Files
homebrew-cask/Casks/g/gltfquicklook.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
420 B
Ruby

cask "gltfquicklook" do
version "0.3.0"
sha256 "f460f3ab10766e51d03ac3eaa718752a42ffce7e92df5f440abf426e2ce44a39"
url "https://github.com/magicien/GLTFQuickLook/releases/download/v#{version}/GLTFQuickLook_v#{version}.zip"
name "GLTFQuickLook"
desc "QuickLook plugin for glTF files"
homepage "https://github.com/magicien/GLTFQuickLook"
qlplugin "GLTFQuickLook.qlgenerator"
# No zap stanza required
end