vcpkg/ports/pkgconf/vcpkg.json
Alexander Neumann 7ab13e4d69
[pkgconf] Add new port (#17488)
* add new port pkgconf

* version stuff

* reformat manifest

* update version

* add supports field

* version stuff again
2021-04-28 13:50:45 -07:00

8 lines
289 B
JSON

{
"name": "pkgconf",
"version": "1.7.4",
"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"
}