vcpkg/ports/libhv/vcpkg.json
ithewei 8e31229c72
[libhv] Add new port (#16460)
* [libhv] Add new port

* vcpkg format-manifest ports/libhv/vcpkg.json

* vcpkg x-add-version libhv

* libhv:arm64-windows arm-uwp x64-uwp:fail

* [libhv]: -DBUILD_EXAMPLES=OFF -DBUILD_UNITTEST=OFF

* vcpkg x-add-version --overwrite-version libhv

* [libhv]: update version and supports format

* [libhv]: update versions

* [libhv] vcpkg_fail_port_install(ON_ARCH arm ON_TARGET uwp)

* [libhv] update versions

* [libhv] Only build one flavor

Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01 16:07:58 -08:00

8 lines
204 B
JSON

{
"name": "libhv",
"version": "1.0.0",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"supports": "!(arm | uwp)"
}