mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
lua-utf8: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1a8f757e6c
commit
1e1e04802f
@ -606,6 +606,7 @@ menu "Lua libraries/modules"
|
||||
source "package/lua-sdl2/Config.in"
|
||||
source "package/lua-stdlib/Config.in"
|
||||
source "package/lua-testmore/Config.in"
|
||||
source "package/lua-utf8/Config.in"
|
||||
source "package/luabitop/Config.in"
|
||||
source "package/luacrypto/Config.in"
|
||||
source "package/luadbi/Config.in"
|
||||
|
7
package/lua-utf8/Config.in
Normal file
7
package/lua-utf8/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_UTF8
|
||||
bool "lua-utf8"
|
||||
help
|
||||
This module adds UTF-8 support to Lua.
|
||||
It's compatible with Lua "string" module.
|
||||
|
||||
http://github.com/starwing/luautf8
|
2
package/lua-utf8/lua-utf8.hash
Normal file
2
package/lua-utf8/lua-utf8.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c9ceb3a9f327b3215cdf959eebf616970b5b0427ca3fde05b19f8236defa4b91 utf8-1.2-0.src.rock
|
12
package/lua-utf8/lua-utf8.mk
Normal file
12
package/lua-utf8/lua-utf8.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-utf8
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_UTF8_VERSION = 1.2-0
|
||||
LUA_UTF8_NAME_UPSTREAM = utf8
|
||||
LUA_UTF8_SUBDIR = luautf8
|
||||
LUA_UTF8_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user