mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-25 02:17:14 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
13 lines
371 B
Makefile
13 lines
371 B
Makefile
################################################################################
|
|
#
|
|
# lua-periphery
|
|
#
|
|
################################################################################
|
|
|
|
LUA_PERIPHERY_VERSION = 1.1.1-1
|
|
LUA_PERIPHERY_SUBDIR = lua-periphery
|
|
LUA_PERIPHERY_LICENSE = MIT
|
|
LUA_PERIPHERY_LICENSE_FILES = $(LUA_PERIPHERY_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|