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
367 B
Makefile
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))
|