You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
95176657e5
This commit aligns the .mk files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
397 B
Makefile
14 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# lua-markdown
|
|
#
|
|
################################################################################
|
|
|
|
LUA_MARKDOWN_VERSION = 0.33-1
|
|
LUA_MARKDOWN_NAME_UPSTREAM = Markdown
|
|
LUA_MARKDOWN_SUBDIR = markdown
|
|
LUA_MARKDOWN_LICENSE = MIT
|
|
LUA_MARKDOWN_LICENSE_FILES = $(LUA_MARKDOWN_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|