Files
homebrew-cask/Casks/f/freeorion.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
652 B
Ruby

cask "freeorion" do
version "0.5"
sha256 "de3386188ee90ed8d0080a2b1c848f44c86304349c3235ac349f1d4777a30e1d"
url "https://github.com/freeorion/freeorion/releases/download/v#{version}/FreeOrion_v#{version}_MacOSX_10.12.dmg",
verified: "github.com/freeorion/"
name "FreeOrion"
desc "Turn-based space empire and galactic conquest game"
homepage "https://freeorion.org/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :sierra"
app "FreeOrion.app"
zap trash: [
"~/Library/Application Support/FreeOrion",
"~/Library/Saved Application State/org.freeorion.FreeOrion.savedState",
]
end