mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 13:21:28 +00:00
15 lines
500 B
Makefile
15 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# lua-compat53
|
|
#
|
|
################################################################################
|
|
|
|
LUA_COMPAT53_VERSION_UPSTREAM = 0.5
|
|
LUA_COMPAT53_VERSION = $(LUA_COMPAT53_VERSION_UPSTREAM)-1
|
|
LUA_COMPAT53_NAME_UPSTREAM = compat53
|
|
LUA_COMPAT53_SUBDIR = lua-compat-5.3-$(LUA_COMPAT53_VERSION_UPSTREAM)
|
|
LUA_COMPAT53_LICENSE = MIT
|
|
LUA_COMPAT53_LICENSE_FILES = $(LUA_COMPAT53_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|