mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
12 lines
311 B
Makefile
12 lines
311 B
Makefile
################################################################################
|
|
#
|
|
# cgilua
|
|
#
|
|
################################################################################
|
|
|
|
CGILUA_VERSION = 5.2.1-1
|
|
CGILUA_LICENSE = MIT
|
|
CGILUA_LICENSE_FILES = $(CGILUA_SUBDIR)/doc/us/license.html
|
|
|
|
$(eval $(luarocks-package))
|