From eba919784de3c4fbf2be79a5a8f7fdb9dcd8927f Mon Sep 17 00:00:00 2001 From: IronsDu Date: Fri, 14 May 2021 02:07:01 +0800 Subject: [bsio] Add new port (#17789) * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * Update portfile.cmake Format vcpkg_cmake_configure * add the port of bsio library Co-authored-by: duzhongwei Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- ports/bsio/portfile.cmake | 19 +++++++++++++++++++ ports/bsio/vcpkg.json | 13 +++++++++++++ versions/b-/bsio.json | 9 +++++++++ versions/baseline.json | 4 ++++ 4 files changed, 45 insertions(+) create mode 100644 ports/bsio/portfile.cmake create mode 100644 ports/bsio/vcpkg.json create mode 100644 versions/b-/bsio.json diff --git a/ports/bsio/portfile.cmake b/ports/bsio/portfile.cmake new file mode 100644 index 000000000..f88038d87 --- /dev/null +++ b/ports/bsio/portfile.cmake @@ -0,0 +1,19 @@ +#header-only library + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO ArkNX/bsio + REF v1.0.0 + SHA512 28b895b823d84203f4cec531ddd5bb49dc915e9a4eb26e064834d1e999b98e512b37d361e59029eb6d7e44fe99ba81f9c5729f119eab7eb928de1a1374f0b7df + HEAD_REF master +) + +vcpkg_cmake_configure( + SOURCE_PATH ${SOURCE_PATH} + OPTIONS + -Dbsio_BUILD_EXAMPLES=OFF +) +vcpkg_cmake_install() + +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") diff --git a/ports/bsio/vcpkg.json b/ports/bsio/vcpkg.json new file mode 100644 index 000000000..fe8fad416 --- /dev/null +++ b/ports/bsio/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "bsio", + "version": "1.0.0", + "description": "networking library, ans support HTTP/WebSocket, based on asio.", + "homepage": "https://github.com/ArkNX/bsio", + "dependencies": [ + "asio", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} diff --git a/versions/b-/bsio.json b/versions/b-/bsio.json new file mode 100644 index 000000000..b4a0c6959 --- /dev/null +++ b/versions/b-/bsio.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "f44938b5f2dcb43b73f40a5e9220db2a811bfb85", + "version": "1.0.0", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index e6345a1d1..b4e6edf3b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1044,6 +1044,10 @@ "baseline": "1.11.0", "port-version": 0 }, + "bsio": { + "baseline": "1.0.0", + "port-version": 0 + }, "bullet3": { "baseline": "2.89-1", "port-version": 0 -- cgit v1.2.3