Files
homebrew-cask/Casks/f/flycast.rb
2023-10-30 08:17:20 +11:00

23 lines
529 B
Ruby

cask "flycast" do
version "2.2"
sha256 "436702143ae8d8bbdd165784245e50249b9e27e56baaaa26823dfcecda56e2c2"
url "https://github.com/flyinghead/flycast/releases/download/v#{version}/flycast-macOS-#{version}.zip"
name "Flycast"
desc "Dreamcast, Naomi and Atomiswave emulator"
homepage "https://github.com/flyinghead/flycast"
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
app "Flycast.app"
zap rmdir: [
"~/.reicast",
"~/.flycast",
"/Library/Application Support/Flycast/",
]
end