Files
homebrew-cask/Casks/p/pixelorama.rb
2023-10-30 10:49:41 -04:00

15 lines
535 B
Ruby

cask "pixelorama" do
version "0.11.3"
sha256 "1eb9f411c60701671655e9029243e2448acb513be756243abe87abbb162e653b"
url "https://github.com/Orama-Interactive/Pixelorama/releases/download/v#{version}/Pixelorama.Mac.dmg",
verified: "github.com/Orama-Interactive/Pixelorama/"
name "Pixelorama"
desc "2D sprite editor made with the Godot Engine"
homepage "https://orama-interactive.itch.io/pixelorama"
app "Pixelorama.app"
zap trash: "~/Library/Saved Application State/com.orama_interactive.pixelorama.savedState"
end