mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
eef2f9af9f
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
342 B
Makefile
13 lines
342 B
Makefile
################################################################################
|
|
#
|
|
# lua-utf8
|
|
#
|
|
################################################################################
|
|
|
|
LUA_UTF8_VERSION = 0.1.3-1
|
|
LUA_UTF8_NAME_UPSTREAM = luautf8
|
|
LUA_UTF8_LICENSE = MIT
|
|
LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|