52afc0b3b5
The lpeg.html file declares the licensing terms at its bottom, so it should work as a license file. Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com> [yann.morin.1998@free.fr: use LPEG_SUBDIR] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
12 lines
291 B
Makefile
12 lines
291 B
Makefile
################################################################################
|
|
#
|
|
# lpeg
|
|
#
|
|
################################################################################
|
|
|
|
LPEG_VERSION = 1.0.2-1
|
|
LPEG_LICENSE = MIT
|
|
LPEG_LICENSE_FILES = $(LPEG_SUBDIR)/lpeg.html
|
|
|
|
$(eval $(luarocks-package))
|