[reactiveplusplus] Add new port (#28729)

* [reactiveplusplus] Add new port

* Update version database

* [reactiveplusplus] Fix installation

* [reactiveplusplus] Update version
This commit is contained in:
Andrew Kornilov 2023-01-09 09:07:09 +03:00 committed by GitHub
parent 28f2ea5858
commit c320e71bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,19 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO victimsnino/ReactivePlusPlus
REF v0.2.2
SHA512 86c374c7523c028528ce985f053901a1f0f37a18c2d16085a60fd5d0819ae052cc3d6bfe6065627044b51e65b24de93399be9ba6f0ca8ec92622358112f1c821
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME RPP CONFIG_PATH share/RPP)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(GLOB_RECURSE CMAKE_LISTS "${CURRENT_PACKAGES_DIR}/include/CMakeLists.txt")
file(REMOVE ${CMAKE_LISTS})
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,17 @@
{
"name": "reactiveplusplus",
"version": "0.2.2",
"description": "ReactivePlusPlus is reactive programming library for C++ language",
"homepage": "https://github.com/victimsnino/ReactivePlusPlus",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -6608,6 +6608,10 @@
"baseline": "2021-11-01",
"port-version": 1
},
"reactiveplusplus": {
"baseline": "0.2.2",
"port-version": 0
},
"readerwriterqueue": {
"baseline": "1.0.6",
"port-version": 0

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "352a13ae0dacf015a5c79bbfcaceea5d0a5877cf",
"version": "0.2.2",
"port-version": 0
}
]
}