mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
3f3efccadd
* pkgconf enable system lookup on linux * verison stuff * use ubuntu defaults. * version stuff * WIP get libpaths from CMake * just get colmap trace for fun * merge opensuse and ubuntu settings. should be good for most systems. * revert colmap change * version stuff Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"name": "pkgconf",
|
|
"version": "1.8.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|