redox/recipes/orbdata/recipe.toml
2020-05-21 15:31:17 -06:00

10 lines
198 B
TOML

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