lua-markdown: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Arnout: name the files lua-markdown instead of lua-mardown]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Francois Perrad 2017-09-24 09:59:32 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent fa902fc508
commit dce00b434f
4 changed files with 23 additions and 0 deletions

View File

@ -583,6 +583,7 @@ menu "Lua libraries/modules"
source "package/lua-ev/Config.in"
source "package/lua-flu/Config.in"
source "package/lua-iconv/Config.in"
source "package/lua-markdown/Config.in"
source "package/lua-messagepack/Config.in"
source "package/lua-msgpack-native/Config.in"
source "package/lua-periphery/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_MARKDOWN
bool "lua-markdown"
help
A pure-lua implementation of the Markdown text-to-html
markup system.
https://github.com/mpeterv/markdown

View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 bed84231bb48322f8e614b4392181c52c36bc71340f9273e0c3bd72dc922bc07 markdown-0.33-1.src.rock

View File

@ -0,0 +1,13 @@
################################################################################
#
# 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))