mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
13 lines
371 B
Makefile
13 lines
371 B
Makefile
################################################################################
|
|
#
|
|
# lua-periphery
|
|
#
|
|
################################################################################
|
|
|
|
LUA_PERIPHERY_VERSION = 1.1.1-1
|
|
LUA_PERIPHERY_SUBDIR = lua-periphery
|
|
LUA_PERIPHERY_LICENSE = MIT
|
|
LUA_PERIPHERY_LICENSE_FILES = $(LUA_PERIPHERY_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|