mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-12 13:49:50 -05:00
13 lines
342 B
Makefile
13 lines
342 B
Makefile
################################################################################
|
|
#
|
|
# lua-utf8
|
|
#
|
|
################################################################################
|
|
|
|
LUA_UTF8_VERSION = 0.1.5-2
|
|
LUA_UTF8_NAME_UPSTREAM = luautf8
|
|
LUA_UTF8_LICENSE = MIT
|
|
LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|