mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
12 lines
221 B
TOML
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",
|
|
]
|