[ndis-driver-library] Add new port at v1.2.0 (#34012)

* [ndis-driver-library] Add new port at v1.2.0

* [ndis-driver-library] Add SPDX tag of license

* [ndis-driver-library] target tags instead of commits

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [ndis-driver-library] Fix hash

---------

Co-authored-by: Jeffrey Tippet <jtippet@ntdev.microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
This commit is contained in:
jtippet 2023-09-27 01:29:18 -07:00 committed by GitHub
parent 949127f5c1
commit 632e432eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/ndis-driver-library
REF "release/v${VERSION}"
SHA512 4f96c8769c9363e8e2abc89090d1342dc6b9f868c72434cd1943c3d6d52bc89195463eb7bb5aa6d128b31f1ae61a1fd5131e2fe859c1b591ef3a54de764661a3
HEAD_REF main
)
file(COPY "${SOURCE_PATH}/src/include/ndis" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
{
"name": "ndis-driver-library",
"version": "1.2.0",
"description": "Code to make it easier to write an NDIS network driver on Windows",
"homepage": "https://github.com/microsoft/ndis-driver-library",
"license": "MIT"
}

View File

@ -5728,6 +5728,10 @@
"baseline": "6.4",
"port-version": 1
},
"ndis-driver-library": {
"baseline": "1.2.0",
"port-version": 0
},
"neargye-semver": {
"baseline": "0.3.0",
"port-version": 1

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "b86a9cee58f4826c91b9126e10edb311b3149dfe",
"version": "1.2.0",
"port-version": 0
}
]
}