mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
9 lines
163 B
TOML
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}/"
|
|
"""
|