redox/recipes/pkg-config/recipe.toml
2023-04-03 14:12:03 -06:00

15 lines
315 B
TOML
Executable File

[source]
tar = "https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz"
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"