vcpkg/ports/liblsquic/vcpkg.json
Ryan A. Pavlik 1aff5b6ac2
[liblsquic] Remove spurious duplicated install line. (#27088)
* [liblsquic] Remove spurious duplicated install line.

Got left behind when the new helper usage was added before merging the original PR

* Update versions
2022-10-03 13:50:25 -07:00

26 lines
504 B
JSON

{
"name": "liblsquic",
"version": "3.1.1",
"port-version": 1,
"description": "An implementation of the QUIC and HTTP/3 protocols.",
"homepage": "https://github.com/litespeedtech/lsquic",
"license": "MIT AND BSD-3-Clause",
"supports": "!x86",
"dependencies": [
"boringssl",
{
"name": "getopt",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}