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

12 lines
279 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/pjd/pjdfstest"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user/pjdfstest"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/pjdfstest"
"""
[package]
dependencies = ["perl5"]