redox/recipes/wip/dev/framework/sphere/recipe.toml

15 lines
409 B
TOML

#TODO compilation error
[source]
git = "https://github.com/Nakadra/sphere-runtime"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/usr/share/sphere"
cp -rv "${COOKBOOK_SOURCE}/*.sphere" "${COOKBOOK_STAGE}/usr/share/sphere"
echo "entrypoint = "echo 'Hello, from my first Sphere!'"" > "${COOKBOOK_STAGE}/usr/share/sphere/hello.sphere"
"""