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
377 B
Ruby
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
|