mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
13 lines
328 B
Makefile
13 lines
328 B
Makefile
################################################################################
|
|
#
|
|
# lpty
|
|
#
|
|
################################################################################
|
|
|
|
LPTY_VERSION = 1.0.1-1
|
|
LPTY_SUBDIR = lpty-$(LPTY_VERSION)
|
|
LPTY_LICENSE = MIT
|
|
LPTY_LICENSE_FILES = $(LPTY_SUBDIR)/doc/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|