mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
11 lines
263 B
TOML
11 lines
263 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/giraffekey/xylo"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo
|
|
mkdir -pv "${COOKBOOK_STAGE}/usr/share/xylo"
|
|
cp -rv "${COOKBOOK_SOURCE}/example.xylo" "${COOKBOOK_STAGE}/usr/share/xylo"
|
|
"""
|