redox/recipes/wip/libs/libfontenc/recipe.toml
2024-02-22 03:31:34 +00:00

10 lines
214 B
TOML

#TODO xorg-macros package not found
#TODO fontutil package not found
[source]
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz"
[build]
template = "configure"
dependencies = [
"zlib",
]