mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 15:53:29 +08:00
ffffc0e84a
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
342 B
Makefile
13 lines
342 B
Makefile
################################################################################
|
|
#
|
|
# luabitop
|
|
#
|
|
################################################################################
|
|
|
|
LUABITOP_VERSION = 1.0.2-1
|
|
LUABITOP_NAME_UPSTREAM = LuaBitOp
|
|
LUABITOP_LICENSE = MIT
|
|
LUABITOP_LICENSE_FILES = $(LUABITOP_SUBDIR)/README
|
|
|
|
$(eval $(luarocks-package))
|