redox/recipes/wip/graphics/terminal/display3d/recipe.toml

11 lines
279 B
TOML

#TODO compiled but not 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
"""