generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/lua-basexx/Config.in
Normal file
8
package/lua-basexx/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUA_BASEXX
|
||||
bool "lua-basexx"
|
||||
help
|
||||
A Lua library which provides base2(bitfield), base16(hex),
|
||||
base32(crockford/rfc), base64(rfc/url), base85(z85) decoding
|
||||
and encoding.
|
||||
|
||||
https://github.com/aiq/basexx
|
||||
3
package/lua-basexx/lua-basexx.hash
Normal file
3
package/lua-basexx/lua-basexx.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 3f6a7134a518676d73a9ba80437487de9a7d482e54859a96c0c5d8b381b0a8c6 basexx-0.4.1-1.src.rock
|
||||
sha256 a1826a43c9e04f9e9b2e5d26d636c656812483bcd513618eec9d72cee69d446b basexx-0.4.1/LICENSE
|
||||
12
package/lua-basexx/lua-basexx.mk
Normal file
12
package/lua-basexx/lua-basexx.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-basexx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_BASEXX_VERSION = 0.4.1-1
|
||||
LUA_BASEXX_NAME_UPSTREAM = basexx
|
||||
LUA_BASEXX_LICENSE = MIT
|
||||
LUA_BASEXX_LICENSE_FILES = $(LUA_BASEXX_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user