mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
471 B
Makefile
15 lines
471 B
Makefile
################################################################################
|
|
#
|
|
# lua-basexx
|
|
#
|
|
################################################################################
|
|
|
|
LUA_BASEXX_VERSION_UPSTREAM =0.4.0
|
|
LUA_BASEXX_VERSION = $(LUA_BASEXX_VERSION_UPSTREAM)-1
|
|
LUA_BASEXX_NAME_UPSTREAM = basexx
|
|
LUA_BASEXX_SUBDIR = basexx-$(LUA_BASEXX_VERSION_UPSTREAM)
|
|
LUA_BASEXX_LICENSE = MIT
|
|
LUA_BASEXX_LICENSE_FILES = $(LUA_BASEXX_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|