13 lines
305 B
TOML
13 lines
305 B
TOML
description = ""
|
|
name = "pkg_config"
|
|
licenses = "LGPL-3.0-only"
|
|
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"]
|