redox/recipes/wip/tools/chafa/recipe.toml
2024-02-11 14:08:48 +00:00

12 lines
221 B
TOML

#TODO can't find FreeType dependency
[source]
tar = "https://hpjansson.org/chafa/releases/chafa-1.12.4.tar.xz"
[build]
template = "configure"
dependencies = [
"glib",
"imagemagick",
"pcre",
"freetype2",
]