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:
parent
fa902fc508
commit
dce00b434f
@ -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"
|
||||
|
7
package/lua-markdown/Config.in
Normal file
7
package/lua-markdown/Config.in
Normal 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
|
2
package/lua-markdown/lua-markdown.hash
Normal file
2
package/lua-markdown/lua-markdown.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 bed84231bb48322f8e614b4392181c52c36bc71340f9273e0c3bd72dc922bc07 markdown-0.33-1.src.rock
|
13
package/lua-markdown/lua-markdown.mk
Normal file
13
package/lua-markdown/lua-markdown.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user