summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8a9c4d3a41f83fbfd61281352b968f7edc93ec81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
pkgbase = lua-cmark-git
	pkgdesc = Lua wrapper for libcmark, CommonMark Markdown parsing and rendering library
	pkgver = 0.29.0.r5.gefb3feb
	pkgrel = 2
	url = https://github.com/jgm/cmark-lua
	arch = x86_64
	arch = i686
	license = BSD
	makedepends = git
	makedepends = lua
	makedepends = lua53
	makedepends = lua52
	makedepends = lua51
	makedepends = luarocks
	source = git+https://github.com/jgm/cmark-lua.git#branch=master
	sha256sums = SKIP

pkgname = lua-cmark-git
	depends = lua
	provides = lua-cmark
	conflicts = lua-cmark

pkgname = lua53-cmark-git
	depends = lua53
	provides = lua53-cmark
	conflicts = lua53-cmark

pkgname = lua52-cmark-git
	depends = lua52
	provides = lua52-cmark
	conflicts = lua52-cmark

pkgname = lua51-cmark-git
	depends = lua51
	provides = lua51-cmark
	conflicts = lua51-cmark