mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
f46d80ac4f
* 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
|