{ "name": "Getdns", "description": "Modern asynchronous DNS API", "url": "https://getdnsapi.net/releases/getdns-1-5-2/getdns-1.5.2.tar.gz", "mirror": null, "homepage": "https://getdnsapi.net", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "libtool", "build-depend": true }, { "depend": "libevent", "build-depend": false }, { "depend": "libidn", "build-depend": false }, { "depend": "openssl", "build-depend": false }, { "depend": "unbound", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "if build.head?", "system \"glibtoolize\", \"-ci\"", "system \"autoreconf\", \"-fi\"", "end", "system \"./configure\", \"--prefix=#{prefix}\",", "\"--with-libevent\",", "\"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\",", "\"--with-trust-anchor=#{etc}/getdns-root.key\",", "\"--without-stubby\"", "system \"make\"", "ENV.deparallelize", "system \"make\", \"install\"" ], "version": "1.5.2", "file": "getdns.rb" }