aboutsummaryrefslogtreecommitdiff
path: root/ports/brpc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/brpc')
-rw-r--r--ports/brpc/CONTROL6
-rw-r--r--ports/brpc/vcpkg.json21
2 files changed, 21 insertions, 6 deletions
diff --git a/ports/brpc/CONTROL b/ports/brpc/CONTROL
deleted file mode 100644
index 398606981..000000000
--- a/ports/brpc/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: brpc
-Version: 0.9.7
-Homepage: https://github.com/apache/incubator-brpc
-Description: Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
-Build-Depends: leveldb, gflags, glog, protobuf[zlib], openssl, thrift
-Supports: !windows
diff --git a/ports/brpc/vcpkg.json b/ports/brpc/vcpkg.json
new file mode 100644
index 000000000..61c1d27a3
--- /dev/null
+++ b/ports/brpc/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "brpc",
+ "version-string": "0.9.7",
+ "port-version": 1,
+ "description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
+ "homepage": "https://github.com/apache/incubator-brpc",
+ "supports": "!windows",
+ "dependencies": [
+ "gflags",
+ "glog",
+ "leveldb",
+ "openssl",
+ {
+ "name": "protobuf",
+ "features": [
+ "zlib"
+ ]
+ },
+ "thrift"
+ ]
+}