homebrew-cask/Casks/mgba.rb

18 lines
633 B
Ruby

cask 'mgba' do
version '0.7.3'
sha256 '9d36dc2d09afcefde615f3894ecdcc24dfb577ad926912841a4cca83f3728814'
# github.com/mgba-emu/mgba was verified as official when first introduced to the cask
url "https://github.com/mgba-emu/mgba/releases/download/#{version}/mGBA-#{version}-osx.tar.xz"
appcast 'https://github.com/mgba-emu/mgba/releases.atom'
name 'mGBA'
homepage 'https://mgba.io/'
app "mGBA-#{version}-osx/Applications/mGBA.app"
zap trash: [
'~/Library/Preferences/com.endrift.mgba-qt.plist',
'~/Library/Saved Application State/com.endrift.mgba-qt.savedState',
]
end