mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +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
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "nss",
|
|
"version": "3.87",
|
|
"port-version": 2,
|
|
"description": "Network Security Services from Mozilla",
|
|
"homepage": "https://ftp.mozilla.org/pub/security/nss/releases/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !arm & !xbox",
|
|
"dependencies": [
|
|
"nspr",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-tool-gyp-next",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|