aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rxcpp/portfile.cmake
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/rxcpp/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/rxcpp/portfile.cmake')
-rw-r--r--vcpkg/ports/rxcpp/portfile.cmake20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/rxcpp/portfile.cmake b/vcpkg/ports/rxcpp/portfile.cmake
new file mode 100644
index 0000000..56c1492
--- /dev/null
+++ b/vcpkg/ports/rxcpp/portfile.cmake
@@ -0,0 +1,20 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO ReactiveX/RxCpp
+ REF v4.1.1
+ SHA512 387e1276151a19b62fd1d36b486ff5f3ed28f0f48ae8b00902bf13464d20603f492ecd63ab4444d04293fc3d92a8f7ce3e67a4c68836415c4655331fb6b54edb
+ HEAD_REF master
+ PATCHES
+ disable-tests.patch # from https://github.com/ReactiveX/RxCpp/pull/574
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+)
+
+vcpkg_cmake_install()
+vcpkg_cmake_config_fixup(CONFIG_PATH share/${PORT}/cmake/)
+
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
+file(COPY ${SOURCE_PATH}/license.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/license.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)