mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:19:00 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|
"name": "libhsplasma",
|
|
"version-date": "2022-05-19",
|
|
"port-version": 1,
|
|
"description": "Cross-platform Plasma data and network library",
|
|
"homepage": "https://github.com/H-uru/libhsplasma",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!(arm | uwp | xbox)",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"string-theory",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"net": {
|
|
"description": "Network functionality",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|