Skip to content
Snippets Groups Projects
Commit c01ceae3 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add the retrowin32 recipe

parent 8b2a3566
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/evmar/retrowin32"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
package=retrowin32
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--package "${package}" \
--release
--x86-emu
--sdl
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${package}" \
"${COOKBOOK_STAGE}/usr/bin/${package}"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment