redox/recipes/wip/libice/recipe.toml
2023-12-22 01:44:03 +00:00

10 lines
185 B
TOML

#TODO missing packages
[source]
tar = "https://www.x.org/releases/individual/lib/libICE-1.1.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libxtrans",
"x11proto",
]