mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 05:08:21 +00:00
13 lines
351 B
Makefile
13 lines
351 B
Makefile
################################################################################
|
|
#
|
|
# luaexpat
|
|
#
|
|
################################################################################
|
|
|
|
LUAEXPAT_VERSION = 1.3.0-1
|
|
LUAEXPAT_DEPENDENCIES = expat
|
|
LUAEXPAT_LICENSE = MIT
|
|
LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/doc/us/license.html
|
|
|
|
$(eval $(luarocks-package))
|