mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:27:35 +00:00
Ports: Fix version numbers for some of the ports
This commit is contained in:
parent
f7a33043e0
commit
fb67e99562
5 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=nesalizer
|
||||
version=master
|
||||
version=git
|
||||
workdir=${port}-master
|
||||
makeopts="CONF=release EXTRA=-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
|
||||
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
|
||||
depends=SDL2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue