mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29: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
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"name": "nspr",
|
|
"version": "4.35",
|
|
"port-version": 4,
|
|
"description": "Netscape portable runtime",
|
|
"homepage": "https://releases.mozilla.org/pub/nspr/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !(arm | uwp | static | xbox)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|