homebrew-cask/Casks/retroarch-metal.rb

19 lines
541 B
Ruby

cask 'retroarch-metal' do
version '1.7.7'
sha256 'cc48c3b91ad3db51c1b0c9a375cc95198549bf42826ac69bdf31aecc8d942247'
url "https://buildbot.libretro.com/stable/#{version}/apple/osx/x86_64/RetroArch_Metal.dmg"
appcast 'https://buildbot.libretro.com/stable/'
name 'RetroArch Metal'
homepage 'https://www.libretro.com/'
conflicts_with cask: [
'retroarch',
'retroarch-cg',
]
app 'RetroArch.app'
zap trash: '~/Library/Application Support/RetroArch'
end