redox/recipes/tests/resist/recipe.toml
2023-11-05 12:58:51 +00:00

11 lines
244 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/resist.git"
[build]
template = "custom"
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/share/resist"
cp -rv "${COOKBOOK_SOURCE}/"{posix,redox} "${COOKBOOK_STAGE}/share/resist"
"""