mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/lua-flu: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> [Thomas: "depends on" before "select" in Config.in] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6da3737984
commit
a435247b01
14
package/lua-flu/lua-flu.mk
Normal file
14
package/lua-flu/lua-flu.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-flu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_FLU_VERSION = 20150331-1
|
||||
LUA_FLU_NAME_UPSTREAM = flu
|
||||
LUA_FLU_SUBDIR = doub-flu-a7daae986339
|
||||
LUA_FLU_LICENSE = MIT
|
||||
LUA_FLU_LICENSE_FILES = $(LUA_FLU_SUBDIR)/doc/LICENSE.txt
|
||||
LUA_FLU_DEPENDENCIES = attr libfuse
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user