vcpkg/ports/gherkin-c/vcpkg.json
Jack·Boos·Yu 956fae3977
[gherkin-c] Fix UNIX build, fix install path (#22578)
* [gherkin-c] Fix UNIX build, fix install path

* version

* manifest

* version

* should be a `-` not an `_`

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-18 13:26:14 -08:00

13 lines
213 B
JSON

{
"name": "gherkin-c",
"version-date": "2019-10-07",
"port-version": 3,
"description": "Gherkin parser/compiler in C",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}