Files
RedBear-OS/recipes/wip/x11/libxau/recipe.toml
T

14 lines
269 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.12.tar.xz"
blake3 = "674bc71a888eec20f0e29989e4669df90309d4baacad058107cdf89d23803bcc"
[build]
dependencies = [
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""