97ab1425bf
* Add macOS support to GTKAda 21.0.0. * Fix sed syntax for Linux. * To be compatible between macOS and Linux, we should avoid sed -i and use tmp files instead. * Disable problematic platforms Co-authored-by: GHA <actions@github.com>
18 lines
422 B
TOML
18 lines
422 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"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = [ "pkg-config", "--version" ]
|
|
version-regexp = "([\\d\\.]+)"
|