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

9 lines
160 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/netdb.git"
[build]
template = "custom"
script = """
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}"
"""