You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
cb299e91b3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
387 B
Makefile
14 lines
387 B
Makefile
################################################################################
|
|
#
|
|
# lua-bit32
|
|
#
|
|
################################################################################
|
|
|
|
LUA_BIT32_VERSION = 5.3.5.1-1
|
|
LUA_BIT32_NAME_UPSTREAM = bit32
|
|
LUA_BIT32_SUBDIR = lua-compat-5.3-0.10
|
|
LUA_BIT32_LICENSE = MIT
|
|
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|