46ee6a8f6b
Arch Linux provides only core/pkgconf to provide pkg-config.
13 lines
302 B
TOML
13 lines
302 B
TOML
description = ""
|
|
name = "pkg_config"
|
|
licenses = ["LGPL 3.0"]
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["pkg-config"]
|
|
arch = ["pkgconf"]
|
|
msys2 = ["mingw-w64-x86_64-pkg-config"]
|