42fa5bcbfb
The Luarocks addon does not properly indent with a tab, let's fix that manually for the time being, to avoid check-package complaints. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
421 B
Makefile
15 lines
421 B
Makefile
################################################################################
|
|
#
|
|
# wsapi-xavante
|
|
#
|
|
################################################################################
|
|
|
|
WSAPI_XAVANTE_VERSION = 1.7-1
|
|
WSAPI_XAVANTE_SUBDIR = wsapi
|
|
WSAPI_XAVANTE_LICENSE = MIT
|
|
WSAPI_XAVANTE_LICENSE_FILES = \
|
|
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html \
|
|
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.md
|
|
|
|
$(eval $(luarocks-package))
|