mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
10 lines
261 B
TOML
10 lines
261 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/leachim6/hello-world"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world
|
|
cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world
|
|
"""
|