redox/recipes/wip/tests/xfstests/recipe.toml
2025-10-30 04:38:44 -03:00

11 lines
292 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/kdave/xfstests"
rev = "2cba4b54e6ab21d9324000f3cd009dbe9cad9c19"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user/xfstests"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/xfstests"
"""