buildroot/package/wsapi/wsapi.mk
Thomas Petazzoni 42fa5bcbfb package/lua*: fix indentation of license file lists
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>
2018-12-31 17:59:52 +01:00

15 lines
365 B
Makefile

################################################################################
#
# wsapi
#
################################################################################
WSAPI_VERSION = 1.7-1
WSAPI_SUBDIR = wsapi
WSAPI_LICENSE = MIT
WSAPI_LICENSE_FILES = \
$(WSAPI_SUBDIR)/doc/us/license.html \
$(WSAPI_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))