[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:
sonodima 2023-05-22 21:03:21 +02:00 committed by GitHub
parent f2328e89e9
commit ebb01831d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View 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
View 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"
}

View File

@ -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
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "70a7cc2553e70e4a9e6f50110b0e8b6eedb8c0f9",
"version": "1.0.0",
"port-version": 0
}
]
}