[ruckig] Add new port (#41286)

This commit is contained in:
Oliver 2024-10-02 21:10:59 +02:00 committed by GitHub
parent 0c21c70007
commit afbce3a65c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,24 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pantor/ruckig
REF "v${VERSION}"
SHA512 cd8e31d4cc41cf90a23095f39f58e7139ac12a34c7699f3274c6389916cbed56a6e8627facaf34e5a888d43b78e43cb01dce1cd1ef45201652d3ded917a80075
HEAD_REF main
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_CLOUD_CLIENT=OFF
-DBUILD_TESTS=OFF
-DBUILD_EXAMPLES=OFF
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/ruckig")
vcpkg_copy_pdbs()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

18
ports/ruckig/vcpkg.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "ruckig",
"version": "0.14.0",
"description": "Ruckig generates trajectories on-the-fly, allowing robots and machines to react instantaneously to sensor input.",
"homepage": "https://ruckig.com/",
"license": "MIT",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -8012,6 +8012,10 @@
"baseline": "3.3.0",
"port-version": 1
},
"ruckig": {
"baseline": "0.14.0",
"port-version": 0
},
"rxcpp": {
"baseline": "4.1.1",
"port-version": 1

9
versions/r-/ruckig.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "830d50b509f03638a9066a73d0979eddac5acc68",
"version": "0.14.0",
"port-version": 0
}
]
}