homebrew-cask/Casks/retroarch-metal.rb

21 lines
581 B
Ruby

cask "retroarch-metal" do
version "1.9.13"
sha256 "0103379e15ec8bc0ecf00213eda1bc672b91b734d9188e19dd80c920d7becdd0"
url "https://buildbot.libretro.com/stable/#{version}/apple/osx/universal/RetroArch_Metal.dmg"
name "RetroArch"
desc "Emulator frontend (Metal graphics API version)"
homepage "https://www.libretro.com/"
livecheck do
url "https://buildbot.libretro.com/stable/"
regex(%r{href=["']?/stable/v?(\d+(?:\.\d+)+)/?["' >]}i)
end
conflicts_with cask: "retroarch"
app "RetroArch.app"
zap trash: "~/Library/Application Support/RetroArch"
end