diff LICENSE:
- 2015-2019 Daurnimator <quae@daurnimator.com>
+ 2015-2025 Daurnimator <quae@daurnimator.com>
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit cdb1407c0c)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
15 lines
450 B
Makefile
15 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# luaossl
|
|
#
|
|
################################################################################
|
|
|
|
LUAOSSL_VERSION_UPSTREAM = 20250929
|
|
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))
|