mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
11 lines
245 B
Makefile
11 lines
245 B
Makefile
################################################################################
|
|
#
|
|
# lpeg
|
|
#
|
|
################################################################################
|
|
|
|
LPEG_VERSION = 1.0.1-1
|
|
LPEG_LICENSE = MIT
|
|
|
|
$(eval $(luarocks-package))
|