vcpkg/ports/libhsplasma/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* 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
2023-06-15 14:49:00 -07:00

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"
]
}
}
}