vcpkg/ports/nettle/vcpkg.json
Alexander Neumann 5a457b90d6
[nettle] Switch sources on windows away from SMP fork. (#23519)
* [gmp] use native buildsystem on windows

* fix stuff from merge

* fix version

* version stuff

* trying patching some symbols for dynamic builds

* fix nettle build

* fix more dependent ports using gmpd

* fix uwp builds by copying tools

* missing host dep

* fix mpfr

* version-string nettle

* port-version mpfr

* version stuff

* remove patch from portfile

* version stuff

* [nettle] use native build system

* fix cross build

* manifest format

* add license

* version stuff

* version stuff

* @Thomas1664's suggestions

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-03-28 11:46:02 -07:00

23 lines
600 B
JSON

{
"name": "nettle",
"version": "3.7.3",
"description": "Nettle is a low-level cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.",
"homepage": "https://git.lysator.liu.se/nettle/nettle",
"license": null,
"dependencies": [
"gmp",
{
"name": "nettle",
"host": true
},
{
"name": "yasm",
"host": true,
"features": [
"tools"
],
"platform": "windows"
}
]
}