Files
homebrew-cask/Casks/s/spatterlight.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

21 lines
658 B
Ruby

cask "spatterlight" do
version "1.1"
sha256 "fbce044a905de31e6b46456cac5870447ccda16c427f622e7edbaa85901ea886"
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/"
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