cask "spatterlight" do version "1.2.7" sha256 "b3b9893fab018c8bb8858ea2eeee596440d966b6e00dfa20cb8303007ddae22e" url "https://github.com/angstsmurf/spatterlight/releases/download/v#{version}/Spatterlight.zip", verified: "github.com/angstsmurf/spatterlight/" name "Spatterlight" desc "Play most kinds of interactive fiction game files" homepage "https://ccxvii.net/spatterlight/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :catalina" app "Spatterlight.app" zap trash: [ "~/Library/Application Scripts/net.ccxvii.spatterlight.*", "~/Library/Containers/net.ccxvii.spatterlight.*", "~/Library/Preferences/net.ccxvii.spatterlight.plist", ] end