mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
a2d8a7cbb1
* 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>
18 lines
325 B
JSON
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
|
|
}
|
|
]
|
|
}
|