buildroot/package/orbit/orbit.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
367 B
Makefile

################################################################################
#
# orbit
#
################################################################################
ORBIT_VERSION = 2.2.4-1
ORBIT_SUBDIR = orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = \
$(ORBIT_SUBDIR)/doc/us/license.html \
$(ORBIT_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))