mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add sm64ex recipe
This commit is contained in:
parent
cf95f4ea03
commit
b62ddf4f5a
1
recipes/sm64ex/.gitignore
vendored
Normal file
1
recipes/sm64ex/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/baserom.us.z64
|
||||
22
recipes/sm64ex/recipe.toml
Normal file
22
recipes/sm64ex/recipe.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/sm64ex.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"liborbital",
|
||||
"llvm",
|
||||
"mesa",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
# You must find your own ROM
|
||||
cp -v "${COOKBOOK_RECIPE}/baserom.us.z64" baserom.us.z64
|
||||
|
||||
export CROSS="${TARGET}-"
|
||||
"${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
|
||||
mkdir -p "${COOKBOOK_STAGE}/bin"
|
||||
cp -v build/us_pc/sm64.us.f3dex2e "${COOKBOOK_STAGE}/bin/sm64"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user