redox/recipes/wip/emulators/martypc/recipe.toml
2024-02-28 21:37:08 +00:00

10 lines
238 B
TOML

#TODO maybe wrong script, see https://github.com/dbalsom/martypc/blob/version_0_2_0/BUILDING.md#building-for-linux
[source]
git = "https://github.com/dbalsom/martypc"
[build]
template = "custom"
script = """
cd install
cookbook_cargo
"""