Skip to content

Commit

Permalink
add port srpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dengjun101 committed Aug 24, 2021
1 parent 025e564 commit d5efab0
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ports/srpc/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sogou/srpc
REF v0.9.3
SHA512 e64cfec279f833ad24b1942ef2b572fc4bd3bfc5f9d623cd5d25b3c869d2ff9b35250cc814e8aaeb919ebed0929c44407eb9abb2e6793cfdc967708210f5f7e3
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share)
vcpkg_copy_pdbs()
vcpkg_copy_tools(
TOOL_NAMES srpc_generator
AUTO_CLEAN
)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/srpc RENAME copyright)
14 changes: 14 additions & 0 deletions ports/srpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "srpc",
"version": "0.9.3",
"description": "RPC based on Sogou C++ Workflow",
"homepage": "https://github.com/sogou/srpc",
"dependencies": [
"lz4",
"openssl",
"protobuf",
"snappy",
"workflow",
"zlib"
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6108,6 +6108,10 @@
"baseline": "0.6.4",
"port-version": 0
},
"srpc": {
"baseline": "0.9.3",
"port-version": 0
},
"starlink-ast": {
"baseline": "9.2.4",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/srpc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "b63f7b688a88865e15d06a03ae383ea0bcb9d4ff",
"version": "0.9.3",
"port-version": 0
}
]
}

0 comments on commit d5efab0

Please sign in to comment.