Files
homebrew-cask/Casks/g/goxel.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

19 lines
575 B
Ruby

cask "goxel" do
version "0.12.0"
sha256 "2a98f6eb441a10209ac9e4e99650afdeebc6dd5d54de39929b79f15b4cbc6e2f"
url "https://github.com/guillaumechereau/goxel/releases/download/v#{version}/goxel-#{version}-mac.zip",
verified: "github.com/guillaumechereau/goxel/"
name "Goxel"
desc "Open Source Voxel Editor"
homepage "https://goxel.xyz/"
app "Goxel.app"
zap trash: [
"~/Library/Application Support/Goxel",
"~/Library/Preferences/com.noctuasoftware.goxel.plist",
"~/Library/Saved Application State/com.noctuasoftware.goxel.savedState",
]
end