mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
15 lines
535 B
Ruby
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
|