mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
361 B
Makefile
13 lines
361 B
Makefile
################################################################################
|
|
#
|
|
# luafilesystem
|
|
#
|
|
################################################################################
|
|
|
|
LUAFILESYSTEM_VERSION = 1.6.3-1
|
|
LUAFILESYSTEM_LICENSE = MIT
|
|
LUAFILESYSTEM_LICENSE_FILES = luafilesystem/LICENSE
|
|
LUAFILESYSTEM_SUBDIR = luafilesystem
|
|
|
|
$(eval $(luarocks-package))
|