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:
parent
6c1a549057
commit
56bbf30f28
3 changed files with 68 additions and 0 deletions
7
Ports/nesalizer/package.sh
Executable file
7
Ports/nesalizer/package.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue