redox/recipes/wip/image/other/imageflow/recipe.toml
2025-07-04 08:04:12 -03:00

14 lines
309 B
TOML

#TODO compiled but not 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"
"""