Files
homebrew-cask/Casks/v/voxql.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
377 B
Ruby

cask "voxql" do
version "0.1.0"
sha256 "d827f01af571e5924974736dc7b9e3ee07f7304442a4cf57fa06e42284dab2ad"
url "https://github.com/heptal/VoxQL/releases/download/#{version}/VoxQL.qlgenerator.zip"
name "voxql"
desc "QuickLook generator for MagicaVoxel files"
homepage "https://github.com/heptal/VoxQL"
qlplugin "VoxQL.qlgenerator"
# No zap stanza required
end