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.
19 lines
575 B
Ruby
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
|