redox/recipes/gui/orbdata/recipe.toml
2024-10-16 17:10:09 -06:00

9 lines
163 B
TOML

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