mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
fa902fc508
commit
dce00b434f
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))
|
||||
Reference in New Issue
Block a user