add lectrote interactive fiction reader as cask (#130847)

* add lectrote interactive fiction reader as cask

* add zap stanza to lectrote cask

Co-authored-by: jd calvelli <jdcalvelli@jds-macbook-air.lan>
This commit is contained in:
JD Calvelli 2022-09-03 21:29:01 -04:00 committed by GitHub
parent 76c67a1844
commit a98b086b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
Casks/lectrote.rb Normal file
View File

@ -0,0 +1,16 @@
cask "lectrote" do
version "1.4.3"
sha256 "a69423ff98cb1a29ed584ced61d283b4d39058d9fdc21baa4e3748bf76aec23e"
url "https://github.com/erkyrath/lectrote/releases/download/lectrote-#{version}/Lectrote-#{version}-macos-universal.dmg"
name "lectrote"
desc "Interactive Fiction interpreter in an Electron shell"
homepage "https://github.com/erkyrath/lectrote"
app "Lectrote.app"
zap trash: [
"~/Library/Application Support/Lectrote",
"~/Library/Preferences/com.eblong.lectrote.plist",
]
end