mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
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
11 lines
293 B
Ruby
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
|