b5eb5aa08c
* GtkAda 24.0.0 * pkg_config-external.toml: add homebrew and macport distrib
19 lines
456 B
TOML
19 lines
456 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|homebrew" = ["pkg-config"]
|
|
arch = ["pkgconf"]
|
|
msys2 = ["mingw-w64-x86_64-pkg-config"]
|
|
macports = ["pkgconfig"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = [ "pkg-config", "--version" ]
|
|
version-regexp = "([\\d\\.]+)"
|