mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 19:25:28 +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
7 lines
187 B
Bash
Executable File
7 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
|