1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 13:41:24 +01:00
Files
operating-system/buildroot/package/luacrypto/luacrypto.mk
2018-03-17 23:47:00 +00:00

13 lines
347 B
Makefile

################################################################################
#
# luacrypto
#
################################################################################
LUACRYPTO_VERSION = 0.3.2-1
LUACRYPTO_LICENSE = MIT
LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
LUACRYPTO_DEPENDENCIES = openssl
$(eval $(luarocks-package))