redox/recipes/wip/image/other/imageflow/recipe.toml
2024-07-14 17:48:23 +00:00

14 lines
308 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/imazen/imageflow"
[build]
template = "custom"
dependencies = [
"openssl1",
"libpng",
]
script = """
cookbook_cargo_packages imageflow_tool_lib
mv "${COOKBOOK_STAGE}/usr/bin/imageflow_tool" "${COOKBOOK_STAGE}/usr/bin/imageflow-tool"
"""