Files
homebrew-cask/Casks/m/magicavoxel.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

22 lines
707 B
Ruby

cask "magicavoxel" do
version "0.99.6.2"
sha256 "4ee661e41da07f8c2b2b1c916bd1e18f7c5229900f30467eeea73ad74e861226"
url "https://github.com/ephtracy/ephtracy.github.io/releases/download/#{version.major_minor_patch}/MagicaVoxel-#{version}-macos-10.15.zip",
verified: "github.com/ephtracy/ephtracy.github.io/"
name "MagicaVoxel"
desc "8-bit 3D voxel editor and interactive path tracing renderer"
homepage "https://ephtracy.github.io/"
livecheck do
skip "No reliable way to get version info"
end
suite staged_path, target: "MagicaVoxel"
zap trash: [
"~/Library/Preferences/EPH.MagicaVoxel.plist",
"~/Library/Saved Application State/EPH.MagicaVoxel.savedState",
]
end