mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[ruckig] Add new port (#41286)
This commit is contained in:
parent
0c21c70007
commit
afbce3a65c
24
ports/ruckig/portfile.cmake
Normal file
24
ports/ruckig/portfile.cmake
Normal 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
18
ports/ruckig/vcpkg.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -8012,6 +8012,10 @@
|
|||||||
"baseline": "3.3.0",
|
"baseline": "3.3.0",
|
||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
|
"ruckig": {
|
||||||
|
"baseline": "0.14.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"rxcpp": {
|
"rxcpp": {
|
||||||
"baseline": "4.1.1",
|
"baseline": "4.1.1",
|
||||||
"port-version": 1
|
"port-version": 1
|
||||||
|
9
versions/r-/ruckig.json
Normal file
9
versions/r-/ruckig.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "830d50b509f03638a9066a73d0979eddac5acc68",
|
||||||
|
"version": "0.14.0",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user