mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
[wmipp] Add new port (#31503)
* add port 'wmipp' * added 'wmipp' hash * formatted manifest and rebuilt database * uupdate version database * use ${VERSION} in ports/wmipp/portfile.cmake Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * update version database --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
parent
f2328e89e9
commit
ebb01831d6
12
ports/wmipp/portfile.cmake
Normal file
12
ports/wmipp/portfile.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO sonodima/wmipp
|
||||
REF "v${VERSION}"
|
||||
|
||||
SHA512 e52ad6edadcb5b56c941d18e10968f10ea4fbbb0773132c2eb929e83cbf4aa22b72a161f55b358541e27786ff7f967786eb156b7ff519f8d3449d8b5ef2aa727
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
file(COPY "${SOURCE_PATH}/include/wmipp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
8
ports/wmipp/vcpkg.json
Normal file
8
ports/wmipp/vcpkg.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "wmipp",
|
||||
"version": "1.0.0",
|
||||
"description": "Streamlined Windows Management Instrumentation (WMI) integration for seamless C++ development",
|
||||
"homepage": "https://github.com/sonodima/wmipp",
|
||||
"license": "MIT",
|
||||
"supports": "windows & !uwp"
|
||||
}
|
@ -8576,6 +8576,10 @@
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 2
|
||||
},
|
||||
"wmipp": {
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"woff2": {
|
||||
"baseline": "1.0.2",
|
||||
"port-version": 3
|
||||
|
9
versions/w-/wmipp.json
Normal file
9
versions/w-/wmipp.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "70a7cc2553e70e4a9e6f50110b0e8b6eedb8c0f9",
|
||||
"version": "1.0.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user