Files
2023-11-30 13:32:06 -05:00

23 lines
571 B
Ruby

cask "pyfa" do
version "2.56.0"
sha256 "09c6da3dffe0005e12dba8a7c64708ad5747e068870ad7b943df17c3a28e235c"
url "https://github.com/pyfa-org/Pyfa/releases/download/v#{version}/pyfa-v#{version}-mac.zip"
name "pyfa"
desc "Fitting tool for EVE Online"
homepage "https://github.com/pyfa-org/Pyfa"
livecheck do
url :url
strategy :github_latest
end
app "pyfa.app"
zap trash: [
"~/Library/Caches/org.pyfaorg.pyfa",
"~/Library/Preferences/org.pyfaorg.pyfa.plist",
"~/Library/Saved Application State/org.pyfaorg.pyfa.savedState",
]
end