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

10 lines
182 B
TOML

#TODO directory error
[source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"x11proto",
]