mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[reactiveplusplus] Add new port (#28729)
* [reactiveplusplus] Add new port * Update version database * [reactiveplusplus] Fix installation * [reactiveplusplus] Update version
This commit is contained in:
parent
28f2ea5858
commit
c320e71bcd
19
ports/reactiveplusplus/portfile.cmake
Normal file
19
ports/reactiveplusplus/portfile.cmake
Normal 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")
|
17
ports/reactiveplusplus/vcpkg.json
Normal file
17
ports/reactiveplusplus/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
|
9
versions/r-/reactiveplusplus.json
Normal file
9
versions/r-/reactiveplusplus.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "352a13ae0dacf015a5c79bbfcaceea5d0a5877cf",
|
||||
"version": "0.2.2",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user