mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
16 lines
391 B
TOML
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"
|