1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 LUA_COMPAT=( lua5_1 lua5_2 lua5_3 lua5_4 luajit2 )
9 DESCRIPTION="Lua binding to libcurl"
10 HOMEPAGE="https://github.com/Lua-cURL/Lua-cURLv3"
11 EGIT_REPO_URI="https://github.com/Lua-cURL/Lua-cURLv3"
13 if [[ ${PV} == 9999 ]]
18 KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
33 cp "${FILESDIR}/Makefile" "${S}"