SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
textproc/lua-markdown/Makefile
Normal file
30
textproc/lua-markdown/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
COMMENT = Markdown markup system implementation in pure Lua
|
||||
|
||||
V = 0.33
|
||||
PKGNAME = lua-markdown-${V}
|
||||
REVISION = 2
|
||||
|
||||
GH_ACCOUNT = mpeterv
|
||||
GH_PROJECT = markdown
|
||||
GH_TAGNAME = ${V}
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
MODULES = lang/lua
|
||||
|
||||
FLAVORS = lua52 lua53
|
||||
FLAVOR ?=
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/markdown.lua ${MODLUA_DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/lua-markdown/distinfo
Normal file
2
textproc/lua-markdown/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (markdown-0.33.tar.gz) = yU+mZp87AKEEfFDeTuJuQio7rLFcpO1Xay9NZ9FvHwk=
|
||||
SIZE (markdown-0.33.tar.gz) = 35028
|
3
textproc/lua-markdown/pkg/DESCR
Normal file
3
textproc/lua-markdown/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is an implementation of the popular text markup language Markdown
|
||||
in pure Lua. Markdown can convert documents written in a simple and easy
|
||||
to read text format to well-formatted HTML.
|
2
textproc/lua-markdown/pkg/PLIST
Normal file
2
textproc/lua-markdown/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@conflict luakit-<2015.01.24p0v0
|
||||
share/lua/${MODLUA_VERSION}/markdown.lua
|
Loading…
Add table
Add a link
Reference in a new issue