1314033fee
The hash of the license file changes only due to a style sheet changes: - <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> + <link rel="stylesheet" href="doc.css" type="text/css"/> Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
311 B
Makefile
12 lines
311 B
Makefile
################################################################################
|
|
#
|
|
# cgilua
|
|
#
|
|
################################################################################
|
|
|
|
CGILUA_VERSION = 5.2.1-1
|
|
CGILUA_LICENSE = MIT
|
|
CGILUA_LICENSE_FILES = $(CGILUA_SUBDIR)/doc/us/license.html
|
|
|
|
$(eval $(luarocks-package))
|