early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,24 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDAB/KDBindings
REF bbf790fc94f3018781f32be53c6086aedc0f74ec
SHA512 4303f8e73b376e851d40cab99b848788ae2aff00e0e4ec0006655d8ef9373eebe5e04f734e78037e257d7a5101739b912da9dab15bf1985f204b31224d9c53c5
HEAD_REF main
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DKDBindings_TESTS=OFF
-DKDBindings_EXAMPLES=OFF
-DKDBindings_DOCS=OFF
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/KDBindings)
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/"
"${CURRENT_PACKAGES_DIR}/lib/"
)
file(INSTALL "${SOURCE_PATH}/LICENSES/MIT.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

17
externals/vcpkg/ports/kdbindings/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,17 @@
{
"name": "kdbindings",
"version": "1.0.0",
"description": "Reactive programming & data binding in C++",
"homepage": "https://github.com/KDAB/KDBindings",
"license": "MIT OR BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}