# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 VCS="git" LUA_COMPAT="luajit2" GITHUB_A="openresty" GITHUB_PN="lua-${PN}" inherit lua DESCRIPTION="Simple shm-based nonblocking lock API" HOMEPAGE="https://github.com/openresty/lua-resty-lock" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="" RDEPEND=" www-servers/nginx:*[nginx_modules_http_lua] " DEPEND=" ${RDEPEND} " DOCS=(README.markdown) each_lua_install() { dolua_jit lib/resty }