homebrew-cask/Casks/retroarch-metal.rb

19 lines
541 B
Ruby

cask 'retroarch-metal' do
version '1.7.5'
sha256 '9cd87282512d4bf33dea57f6fa8e21b78127185ce11b62ff40552ead427ff453'
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