vcpkg/ports/libevhtp/vcpkg.json
Jack·Boos·Yu 8ead9c2674
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3

* version

* typo

* version

* typo

* version

* Fix params

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix arguments

* version

* Rename argument

* version

* Deprecate vcpkg_extract_source_archive_ex

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-07 14:14:52 -08:00

37 lines
764 B
JSON

{
"name": "libevhtp",
"version": "1.2.18",
"port-version": 4,
"description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.",
"homepage": "https://github.com/criticalstack/libevhtp",
"supports": "!windows",
"dependencies": [
"libevent",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openssl": {
"description": "Support SSL for libevhtp",
"dependencies": [
"openssl"
]
},
"regex": {
"description": "Support oniguruma for libevhtp",
"dependencies": [
"oniguruma"
]
},
"thread": {
"description": "Support thread for libevhtp"
}
}
}