# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 VCS="git" GITHUB_A="openresty" GITHUB_PN="lua-${PN}" inherit lua DESCRIPTION="Lua DNS resolver for the ngx_lua based on the cosocket API" HOMEPAGE="https://github.com/openresty/lua-resty-dns" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="" RDEPEND=" virtual/lua[bit] www-servers/nginx:*[nginx_modules_http_lua] " DEPEND=" ${RDEPEND} " DOCS=(README.markdown) each_lua_install() { dolua lib/resty }