mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
c082b799d2
* Revert "[pkgconf] fix asan issue (#29017)" This reverts commit fe5f181633b2faee289ff433061a821ec5fb35b5. * bump port version * v db
16 lines
419 B
JSON
16 lines
419 B
JSON
{
|
|
"name": "pkgconf",
|
|
"version": "1.8.0",
|
|
"port-version": 5,
|
|
"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",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|