mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
[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:
parent
949127f5c1
commit
632e432eba
11
ports/ndis-driver-library/portfile.cmake
Normal file
11
ports/ndis-driver-library/portfile.cmake
Normal 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")
|
7
ports/ndis-driver-library/vcpkg.json
Normal file
7
ports/ndis-driver-library/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/n-/ndis-driver-library.json
Normal file
9
versions/n-/ndis-driver-library.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b86a9cee58f4826c91b9126e10edb311b3149dfe",
|
||||
"version": "1.2.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user