homebrew-cask-versions/Casks/mame.rb
Amory Meltzer ce47262e56 Update mame license from oss to gratis
MAMEOSX source is open (MIT, http://mameosx.sourceforge.net/license.php) but the underlying MAME code is not open.  It appears (https://github.com/mamedev/mame/blob/master/docs/license.txt) to largely differ in terms of not allowing any commercial products/activity
2015-02-01 08:21:15 -08:00

11 lines
293 B
Ruby

cask :v1 => 'mame' do
version '0.135'
sha256 'fce1a45e53e0f6bc2ef20e5b6fc84bd48806f1bc2a38acec57fd9fafe7e2af7e'
url "http://downloads.sourceforge.net/mameosx/MAMEOSX-#{version}.dmg"
name 'MAME'
homepage 'http://mameosx.sourceforge.net/'
license :gratis
app 'MAME OS X.app'
end