aboutsummaryrefslogtreecommitdiff
path: root/ports/libhv/vcpkg.json
diff options
context:
space:
mode:
authorithewei <ithewei@163.com>2021-03-02 08:07:58 +0800
committerGitHub <noreply@github.com>2021-03-01 16:07:58 -0800
commit8e31229c72fe2d8f2bebc42820a6978d2e8affcb (patch)
tree4bb06eb75f5cbcc23e7140a68537d86c5224956f /ports/libhv/vcpkg.json
parentb554d3ad08824800c72776af5e2ad9d6533815f9 (diff)
downloadvcpkg-8e31229c72fe2d8f2bebc42820a6978d2e8affcb.tar.gz
vcpkg-8e31229c72fe2d8f2bebc42820a6978d2e8affcb.zip
[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>
Diffstat (limited to 'ports/libhv/vcpkg.json')
-rw-r--r--ports/libhv/vcpkg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/libhv/vcpkg.json b/ports/libhv/vcpkg.json
new file mode 100644
index 000000000..adfef8d20
--- /dev/null
+++ b/ports/libhv/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "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)"
+}