redox/recipes/dev/pkg-config/recipe.toml
2025-05-01 14:41:52 -06:00

21 lines
462 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",
"pcre2",
]
template = "custom"
script = """
DYNAMIC_INIT
export LIBS="-lpcre2-8"
cookbook_configure
"""