mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
56a44f3181
* fix gperf in cpp17 mode * update version * update version #2 * remove unused header patch file * update version 3 --------- Co-authored-by: rdh <ridwanabdulhafidh@gmail.com>
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"name": "gperf",
|
|
"version": "3.1",
|
|
"port-version": 6,
|
|
"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
|
|
}
|
|
]
|
|
}
|