Files
homebrew-cask/Casks/t/texturepacker.rb
2023-11-02 13:29:44 -04:00

25 lines
760 B
Ruby

cask "texturepacker" do
version "7.1.0"
sha256 "35f02c9a23ec604838e7318e9de18dc73635e9f44032580e0ce53084d4267a3f"
url "https://www.codeandweb.com/download/texturepacker/#{version}/TexturePacker-#{version}.dmg"
name "TexturePacker"
desc "Game sprite sheet packer"
homepage "https://www.codeandweb.com/texturepacker"
livecheck do
url "https://www.codeandweb.com/releases/TexturePacker/appcast-mac-release.xml"
strategy :sparkle
end
app "TexturePacker.app"
uninstall delete: "/usr/local/bin/TexturePacker"
zap trash: [
"~/Library/Caches/code-and-web.de/TexturePacker",
"~/Library/Preferences/de.code-and-web.TexturePacker.plist",
"~/Library/Saved Application State/de.code-and-web.TexturePacker.savedState",
]
end