mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[tevclient] Add tevclient port (#40532)
This commit is contained in:
parent
8c54a4531c
commit
62aab9d3d8
22
ports/tevclient/portfile.cmake
Normal file
22
ports/tevclient/portfile.cmake
Normal 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")
|
17
ports/tevclient/vcpkg.json
Normal file
17
ports/tevclient/vcpkg.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -8744,6 +8744,10 @@
|
|||||||
"baseline": "5.4.1",
|
"baseline": "5.4.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
|
"tevclient": {
|
||||||
|
"baseline": "2023-12-04",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"tfhe": {
|
"tfhe": {
|
||||||
"baseline": "1.0.1",
|
"baseline": "1.0.1",
|
||||||
"port-version": 5
|
"port-version": 5
|
||||||
|
9
versions/t-/tevclient.json
Normal file
9
versions/t-/tevclient.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "32031dafc991a94d4b1bca9b0ed22649785fa977",
|
||||||
|
"version-date": "2023-12-04",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user