redox/recipes/wip/dev/lang/xylo/recipe.toml
2026-02-01 17:55:27 -03:00

13 lines
297 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/giraffekey/xylo"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/usr/share/xylo"
cp -rv "${COOKBOOK_SOURCE}/example.xylo" "${COOKBOOK_STAGE}/usr/share/xylo"
"""