Files
homebrew-cask/Casks/t/tic80.rb
2023-10-22 09:37:38 -04:00

21 lines
665 B
Ruby

cask "tic80" do
# NOTE: "80" is not a version number, but an intrinsic part of the product name
version "1.1.2837"
sha256 "324e91d08fb5dcfaf2f41dc846b89465074b5db3b5aa63befc3fdb664493c1b9"
url "https://github.com/nesbox/TIC-80/releases/download/v#{version}/tic80-v#{version.major_minor}-mac.dmg",
verified: "github.com/nesbox/TIC-80/"
name "TIC-80"
desc "Fantasy computer for making, playing and sharing tiny games"
homepage "https://tic80.com/"
app "tic80.app"
uninstall quit: "com.nesbox.tic"
zap trash: [
"~/Library/Application Support/com.nesbox.tic",
"~/Library/Saved Application State/com.nesbox.tic.savedState",
]
end