cask "pyfa" do version "2.63.1" sha256 "de0215d07d0f6201d0fbc5c897eaabb3616283d947f8d738883330d4e8f79160" 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", ] caveats do requires_rosetta end end