mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
diff COPYRIGHT:
-Copyright (C) 2018-2023 Francois Perrad.
+Copyright (C) 2018-2024 Francois Perrad.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
387 B
Makefile
13 lines
387 B
Makefile
################################################################################
|
|
#
|
|
# lua-livr-extra
|
|
#
|
|
################################################################################
|
|
|
|
LUA_LIVR_EXTRA_VERSION = 0.3.0-1
|
|
LUA_LIVR_EXTRA_NAME_UPSTREAM = lua-LIVR-extra
|
|
LUA_LIVR_EXTRA_LICENSE = MIT
|
|
LUA_LIVR_EXTRA_LICENSE_FILES = $(LUA_LIVR_EXTRA_SUBDIR)/COPYRIGHT
|
|
|
|
$(eval $(luarocks-package))
|