vcpkg/ports/getdns/CONTROL
Jim Hague e1285b4a28
[getdns] Add new port. (#12090)
* [getdns] Add new port.

* Add support for vcpkg static library builds.

* Convert libevent and libuv libraries to features.

* Use ${PORT} in copyright install.

* getdns does not currently support UWP.

* Add failing port on UWP to portfile.

* Remove optional FEATURES keyword.
2020-07-06 17:22:17 -07:00

15 lines
330 B
Plaintext

Source: getdns
Version: 1.6.0
Build-Depends: libidn2, openssl
Description: GetDNS is a modern asynchronous DNS API
Homepage: https://getdnsapi.net/
Supports: !uwp
Feature: libevent
Description: libevent event loop integration
Build-Depends: libevent
Feature: libuv
Description: libuv event loop integration
Build-Depends: libuv