[tevclient] Add tevclient port (#40532)

This commit is contained in:
Simon Kallweit 2024-08-22 11:52:01 +02:00 committed by GitHub
parent 8c54a4531c
commit 62aab9d3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,22 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO westlicht/tevclient
REF aae4d33472bcf23a5b66af27dcea7ca299b61976
SHA512 e452b6b6cfbe7fc56e0f4794c8a4ecdd5695da2a8ae006ea02fed0a4c5a13a411042e66f6996a7e49b789a5ff86cdfb771cb55ba0a30465649ed1c4f5f7062c4
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/tevclient)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,17 @@
{
"name": "tevclient",
"version-date": "2023-12-04",
"description": "C++ client library for communicating to the tev image viewer",
"homepage": "https://github.com/westlicht/tevclient",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -8744,6 +8744,10 @@
"baseline": "5.4.1",
"port-version": 0
},
"tevclient": {
"baseline": "2023-12-04",
"port-version": 0
},
"tfhe": {
"baseline": "1.0.1",
"port-version": 5

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "32031dafc991a94d4b1bca9b0ed22649785fa977",
"version-date": "2023-12-04",
"port-version": 0
}
]
}