vcpkg/ports/pkgconf/vcpkg.json

15 lines
400 B
JSON
Raw Normal View History

{
"name": "pkgconf",
"version": "1.8.0",
"port-version": 1,
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
"homepage": "https://github.com/pkgconf/pkgconf",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}