Files
homebrew-cask/Casks/t/tetrio.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
541 B
Ruby

cask "tetrio" do
version "8.0.0"
sha256 :no_check
url "https://tetr.io/about/desktop/builds/TETR.IO%20Setup.dmg"
name "TETR.IO"
desc "Free-to-play Tetris clone"
homepage "https://tetr.io/about"
livecheck do
url :url
strategy :extract_plist
end
app "TETR.IO.app"
zap trash: [
"~/Library/Application Support/tetrio-desktop",
"~/Library/Preferences/sh.osk.tetrio-client.plist",
"~/Library/Saved Application State/sh.osk.tetrio-client.savedState",
"~/Library/WebKit/sh.osk.tetrio-client",
]
end