mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Complicated. Source is available, but not 'open' for the purposes of reusing. snes9x is gratis for non-commercial purposes. See the source for the full license but the relevant info: Snes9x is freeware for PERSONAL USE only. Commercial users should seek permission of the copyright holders first. Commercial use includes charging money for Snes9x or software derived from Snes9x.
11 lines
320 B
Ruby
11 lines
320 B
Ruby
cask :v1 => 'snes9x' do
|
|
version '1.53'
|
|
sha256 '48b0cbec848e7c2a24de1b30819dc150b62e354600cbcc0a6a5e2cf8e1de48ff'
|
|
|
|
url "http://files.ipherswipsite.com/snes9x/snes9x-#{version}-macosx-113.dmg.gz"
|
|
homepage 'http://www.snes9x.com/'
|
|
license :other
|
|
container :nested => "snes9x-#{version}"
|
|
|
|
app 'Snes9x.app'
|
|
end
|