pkgconf

Compiler and linker metadata toolkit for managing package dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Package compiler and linker metadata toolkit

Commands

pkgconfpkg-config

Examples

Get compiler flags for a package$ pkgconf --cflags libssl
Get linker flags for a package$ pkgconf --libs libssl
Check if a package is installed and get its version$ pkgconf --modversion gtk+-3.0