summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 43892cf3959af3c622c1a59ba49a1833f3b4f276 (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
pkgbase = lua-commonmark-git
	pkgdesc = Lua parser for CommonMark using LPEG grammar
	pkgver = 0.0.0.r12.ge71d851
	pkgrel = 2
	url = https://github.com/alerque/commonmark-lua
	arch = any
	license = MIT
	makedepends = git
	makedepends = lua
	makedepends = lua52
	makedepends = lua51
	makedepends = luarocks
	source = git+https://github.com/alerque/commonmark-lua.git#branch=master
	sha256sums = SKIP

pkgname = lua-commonmark-git
	depends = lua
	depends = lua-epnf
	depends = lua-penlight
	provides = lua-commonmark
	conflicts = lua-commonmark

pkgname = lua52-commonmark-git
	depends = lua52
	depends = lua52-epnf
	depends = lua52-penlight
	provides = lua52-commonmark
	conflicts = lua52-commonmark

pkgname = lua51-commonmark-git
	depends = lua51
	depends = lua51-epnf
	depends = lua51-penlight
	provides = lua51-commonmark
	conflicts = lua51-commonmark