redox/recipes/wip/libfontenc/recipe.toml
2023-12-22 01:44:03 +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",
]