redox/recipes/wip/libs/other/libfontenc/recipe.toml
2024-06-26 03:59:18 +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",
]