redox/recipes/wip/image/other/jpegoptim/recipe.toml
2025-10-30 02:35:09 -03:00

9 lines
193 B
TOML

#TODO not compiled or tested
[source]
tar = "https://github.com/tjko/jpegoptim/releases/download/v1.5.6/jpegoptim-1.5.6.tar.gz"
[build]
template = "configure"
dependencies = [
"libjpeg",
]