mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
13 lines
352 B
Makefile
13 lines
352 B
Makefile
################################################################################
|
|
#
|
|
# lualogging
|
|
#
|
|
################################################################################
|
|
|
|
LUALOGGING_VERSION = 1.3.0-1
|
|
LUALOGGING_SUBDIR = lualogging
|
|
LUALOGGING_LICENSE = MIT
|
|
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
|
|
|
|
$(eval $(luarocks-package))
|