homebrew-cask/Casks/t/twine.rb

20 lines
602 B
Ruby

cask "twine" do
version "2.7.0"
sha256 "1213c82550dab323bdde5b3a24487e0f3144dbdde34a7ffe5a0f0458cac64ee2"
url "https://github.com/klembot/twinejs/releases/download/#{version}/Twine-#{version}-macos.dmg",
verified: "github.com/klembot/twinejs/"
name "Twine"
desc "Tool for telling interactive, nonlinear stories"
homepage "https://twinery.org/"
app "Twine.app"
zap trash: [
"~/Library/Application Support/Twine",
"~/Library/Logs/Twine",
"~/Library/Preferences/com.electron.twine.plist",
"~/Library/Saved Application State/com.electron.twine.savedState",
]
end