mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 09:47:35 +00:00

* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
6 lines
187 B
Bash
Executable file
6 lines
187 B
Bash
Executable file
#!/bin/bash ../.port_include.sh
|
|
port=nesalizer
|
|
version=master
|
|
makeopts="CONF=release"
|
|
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
|
|
depends=SDL2
|