1 # Copyright 1999-2019 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
6 LUA_COMPAT=( lua5_1 lua5_2 lua5_3 lua5_4 luajit2 )
8 inherit toolchain-funcs git-r3 lua-alt
12 DESCRIPTION="File System Library for the Lua Programming Language"
13 HOMEPAGE="https://keplerproject.github.io/luafilesystem/"
14 EGIT_REPO_URI="https://github.com/keplerproject/luafilesystem"
15 EGIT_COMMIT="v${MY_PV}"
19 KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
27 # From the manual, none of the API changes should affect this. But let's test and find out.
28 PATCHES=( "${FILESDIR}/allow-5.4.patch" )
31 cp "${FILESDIR}/Makefile" "${S}"
32 use realpath && eapply "${FILESDIR}/20161018_realpath.patch"