mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 13:58:25 -05:00
16 lines
331 B
JSON
Executable File
16 lines
331 B
JSON
Executable File
{
|
|
"name": "nspr",
|
|
"version": "4.33",
|
|
"port-version": 2,
|
|
"description": "Netscape portable runtime",
|
|
"homepage": "https://releases.mozilla.org/pub/nspr/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !(arm | uwp | static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|