redox/recipes/dev/pkg-config/recipe.toml
2023-12-14 19:50:54 +00:00

16 lines
391 B
TOML

[source]
tar = "https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz"
blake3 = "713372b09a1fafeec130dc9bf812a3880f2a90496af5d2194e508d91ccf667d0"
script = """
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
"""
[build]
dependencies = [
"gettext",
"glib",
"libiconv",
"pcre",
]
template = "configure"