homebrew-cask/Casks/p/pyfa.rb

23 lines
571 B
Ruby

cask "pyfa" do
version "2.54.0"
sha256 "2da3b92aa94aefbc942451934ef25706c50508f28aa69edd08ac66f366450db2"
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