mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 15:53:29 +08:00
48709a5c39
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
345 B
Makefile
13 lines
345 B
Makefile
################################################################################
|
|
#
|
|
# lua-livr
|
|
#
|
|
################################################################################
|
|
|
|
LUA_LIVR_VERSION = 0.2.1-1
|
|
LUA_LIVR_NAME_UPSTREAM = lua-LIVR
|
|
LUA_LIVR_LICENSE = MIT
|
|
LUA_LIVR_LICENSE_FILES = $(LUA_LIVR_SUBDIR)/COPYRIGHT
|
|
|
|
$(eval $(luarocks-package))
|