mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
1f94beda2b
* Add export list generation [skip actions] * Refresh exports using dumpbin * [nettle] Update to 3.8.1 [skip actions] * Disable testsuite and examples [skip actions] * Update exports for x64 [skip actions] * Update exports for x86 [skip actions] * Finish update * [shiftmedia-libgnutls] Fix 'supports' * Build arm * Switch from yasm to clang * Revise msvc support patch * Add feature to control tools * Fix DLL installation * [skip actions] * Cleanup
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "shiftmedia-libgnutls",
|
|
"version": "3.7.6",
|
|
"port-version": 2,
|
|
"description": "Unofficial GnuTLS fork with added custom native Visual Studio project build tools. ",
|
|
"homepage": "https://github.com/ShiftMediaProject/gnutls",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "windows & !arm & !mingw",
|
|
"dependencies": [
|
|
"gettext",
|
|
"gmp",
|
|
"libidn2",
|
|
"libtasn1",
|
|
"nettle",
|
|
{
|
|
"name": "vs-yasm",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "yasm-tool-helper",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|