mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
14 lines
308 B
TOML
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"
|
|
"""
|