redox/recipes/netdb/recipe.toml
2020-05-21 15:14:58 -06: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}"
"""