vcpkg/ports/gperf/vcpkg.json
talregev a2d8a7cbb1
[fontconfig][freetds][qtwebengine] Take gperf from vcpkg (#24677)
* Take gperf from vcpkg tool if possible

* [gperf] Install binary into tools/gperf/

* Fix kf5codecs gperf bug

* Add PREPEND to freetds port

* fix gperf for qtwebengine

* make gperf modern port

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-01 17:13:53 -07:00

18 lines
325 B
JSON

{
"name": "gperf",
"version": "3.1",
"port-version": 4,
"description": "GNU perfect hash function generator",
"homepage": "https://www.gnu.org/software/gperf/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}