You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
520c440b4b
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
450 B
Makefile
15 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# luaossl
|
|
#
|
|
################################################################################
|
|
|
|
LUAOSSL_VERSION_UPSTREAM = 20220711
|
|
LUAOSSL_VERSION = $(LUAOSSL_VERSION_UPSTREAM)-0
|
|
LUAOSSL_SUBDIR = luaossl-rel-$(LUAOSSL_VERSION_UPSTREAM)
|
|
LUAOSSL_LICENSE = MIT
|
|
LUAOSSL_LICENSE_FILES = $(LUAOSSL_SUBDIR)/LICENSE
|
|
LUAOSSL_DEPENDENCIES = openssl
|
|
|
|
$(eval $(luarocks-package))
|