You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
0f0649140f
switch of rocks maintainer from https://luarocks.org/modules/dannote/utf8 to https://luarocks.org/modules/xavier-wang/luautf8 the upstream author stays http://github.com/starwing/luautf8 now, the version scheme is aligned on the upstream one, and the version 0.1.2 was released on 06 Apr 2020. 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.2-2
|
|
LUA_UTF8_NAME_UPSTREAM = luautf8
|
|
LUA_UTF8_LICENSE = MIT
|
|
LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|