redox/recipes/wip/graphics/terminal/display3d/recipe.toml
2024-07-18 23:05:53 +00:00

11 lines
278 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/redpenguinyt/display3d"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/display3d
cp -rv "${COOKBOOK_SOURCE}"/resources/* "${COOKBOOK_STAGE}"/usr/share/display3d
cookbook_cargo
"""