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 )
10 DESCRIPTION="a Lua module for manipulating a terminal"
11 HOMEPAGE="https://github.com/hoelzro/lua-term"
12 EGIT_REPO_URI="https://github.com/hoelzro/lua-term"
14 if [[ "${PV}" == *999* ]]; then
34 cp "${FILESDIR}/Makefile" "${S}"