early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenVPN/tap-windows6
REF 0e30f5c13b3c7b0bdd60da915350f653e4c14d92
SHA512 88edecccd4818091f7d70b66f3dfa07146f010a064829dc971abdd0c180ce1f72db9d8f3a1c9f5b4fb3f31e7afe3eadbd7d6f7d711f698e723441d30beaf9e30
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/src/tap-windows.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
file(INSTALL
${SOURCE_PATH}/COPYRIGHT.MIT
DESTINATION ${CURRENT_PACKAGES_DIR}/share/tap-windows6 RENAME copyright)

View File

@@ -0,0 +1,6 @@
{
"name": "tap-windows6",
"version-string": "9.21.2-0e30f5c",
"port-version": 1,
"description": "an NDIS 6 implementation of the TAP-Windows driver, used by OpenVPN and other apps. Note: This package only contains the headers for the driver."
}