Bump buidlroot version to 2018.02.6
This commit is contained in:
7
bsp/buildroot/package/lua-markdown/Config.in
Normal file
7
bsp/buildroot/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
bsp/buildroot/package/lua-markdown/lua-markdown.hash
Normal file
2
bsp/buildroot/package/lua-markdown/lua-markdown.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 bed84231bb48322f8e614b4392181c52c36bc71340f9273e0c3bd72dc922bc07 markdown-0.33-1.src.rock
|
||||
13
bsp/buildroot/package/lua-markdown/lua-markdown.mk
Normal file
13
bsp/buildroot/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))
|
||||
Reference in New Issue
Block a user