1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:07:35 +00:00

Ports: Add nesalizer NES emulator (#722)

This commit is contained in:
Dan MacDonald 2019-11-04 14:18:27 +00:00 committed by Andreas Kling
parent 6c1a549057
commit 56bbf30f28
3 changed files with 68 additions and 0 deletions

7
Ports/nesalizer/package.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash ../.port_include.sh
port=nesalizer
version=git
curlopts="-L"
workdir=nesalizer-master
files="https://github.com/ulfalizer/nesalizer/archive/master.tar.gz nesalizer-master.tar.gz"
depends=SDL2