mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 07:27:50 +08:00
[bext-wintls] add new port (#20719)
* [bext-wintls] add new port * delete extra blank lines * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
b7cff0d6f4
commit
70a3c7d3c5
11
ports/bext-wintls/portfile.cmake
Normal file
11
ports/bext-wintls/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
REPO laudrup/boost-wintls
|
||||||
|
REF v0.9.5
|
||||||
|
SHA512 5b6a88d64225c0f065d18f65319d44b90eb594431c53d9fbff72edfe2fc909613a966062b5636db7a3d0e36a389a0948dada0fbfa61b21b7b52b1af952d93071
|
||||||
|
HEAD_REF master
|
||||||
|
)
|
||||||
|
|
||||||
|
file(COPY "${SOURCE_PATH}/include/boost/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/boost/")
|
||||||
|
|
||||||
|
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/" RENAME copyright)
|
18
ports/bext-wintls/vcpkg.json
Normal file
18
ports/bext-wintls/vcpkg.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "bext-wintls",
|
||||||
|
"version": "0.9.5",
|
||||||
|
"description": "Native Windows TLS stream wrapper for use with boost::asio",
|
||||||
|
"homepage": "https://github.com/laudrup/boost-wintls",
|
||||||
|
"supports": "windows",
|
||||||
|
"dependencies": [
|
||||||
|
"boost-asio",
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake",
|
||||||
|
"host": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake-config",
|
||||||
|
"host": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
9
versions/b-/bext-wintls.json
Normal file
9
versions/b-/bext-wintls.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1bed92afff8085f2d8f888b35ce0049e5986aa8a",
|
||||||
|
"version": "0.9.5",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -432,6 +432,10 @@
|
|||||||
"baseline": "1.1.8",
|
"baseline": "1.1.8",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
|
"bext-wintls": {
|
||||||
|
"baseline": "0.9.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"bfgroup-lyra": {
|
"bfgroup-lyra": {
|
||||||
"baseline": "1.5",
|
"baseline": "1.5",
|
||||||
"port-version": 1
|
"port-version": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user