aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/getdns/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/getdns/vcpkg.json')
-rw-r--r--vcpkg/ports/getdns/vcpkg.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/getdns/vcpkg.json b/vcpkg/ports/getdns/vcpkg.json
new file mode 100644
index 0000000..92ee276
--- /dev/null
+++ b/vcpkg/ports/getdns/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "getdns",
+ "version": "1.7.3",
+ "description": "GetDNS is a modern asynchronous DNS API",
+ "homepage": "https://getdnsapi.net/",
+ "license": "BSD-3-Clause",
+ "supports": "!uwp",
+ "dependencies": [
+ "libidn2",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "features": {
+ "libevent": {
+ "description": "libevent event loop integration",
+ "dependencies": [
+ "libevent"
+ ]
+ },
+ "libuv": {
+ "description": "libuv event loop integration",
+ "dependencies": [
+ "libuv"
+ ]
+ }
+ }
+}