-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add kwsys port * ./vcpkg x-add-version --all * unsupport uwp * ./vcpkg x-add-version --all * Fix versions for port * Update version database * corrections * corrections2 * corrections3 * update hash
- Loading branch information
1 parent
91aec79
commit 24c9f30
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
vcpkg_fail_port_install(ON_TARGET "UWP") | ||
|
||
vcpkg_from_gitlab( | ||
GITLAB_URL https://gitlab.kitware.com | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO utils/kwsys | ||
REF dbc94f37f9821899aad441bcab525ad96a3f30dc #2021-08-06 | ||
SHA512 98441866fd51f2d4d3974d3c37d4456ce9e50c6f6c2ab0691e55b268907611ef061562fc30b1baa42aa195caf2281aa0e1e0799abc545fe6dae70efe2050ea50 | ||
HEAD_REF master | ||
) | ||
|
||
vcpkg_cmake_configure( | ||
SOURCE_PATH "${SOURCE_PATH}" | ||
OPTIONS | ||
-DKWSYS_INSTALL_INCLUDE_DIR=${CURRENT_PACKAGES_DIR}/include | ||
OPTIONS_RELEASE | ||
-DKWSYS_INSTALL_BIN_DIR=${CURRENT_PACKAGES_DIR}/bin | ||
-DKWSYS_INSTALL_LIB_DIR=${CURRENT_PACKAGES_DIR}/lib | ||
OPTIONS_DEBUG | ||
-DKWSYS_INSTALL_BIN_DIR=${CURRENT_PACKAGES_DIR}/debug/bin | ||
-DKWSYS_INSTALL_LIB_DIR=${CURRENT_PACKAGES_DIR}/debug/lib | ||
) | ||
|
||
vcpkg_cmake_install() | ||
|
||
|
||
# Handle copyright | ||
file(INSTALL "${SOURCE_PATH}/Copyright.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "kwsys", | ||
"version-date": "2021-08-06", | ||
"description": "Provides platform-independent APIs to many common system features", | ||
"homepage": "https://gitlab.kitware.com/utils/kwsys", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
}, | ||
{ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "376ae3a199ad4fdaad235b6e01b92ed217388550", | ||
"version-date": "2021-08-06", | ||
"port-version": 0 | ||
} | ||
] | ||
} |