redox/recipes/wip/graphics/gmic/recipe.toml
2024-02-16 01:42:41 +00:00

12 lines
270 B
TOML

#TODO missing script for "make", see https://github.com/GreycLab/gmic-community/wiki/Building-from-Source
[source]
tar = "https://gmic.eu/files/source/gmic_3.3.2.tar.gz"
[build]
template = "custom"
dependencies = [
"fftw",
"libpng",
"libjpeg",
"zlib",
]