summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-13 14:37:53 +0300
committerCaleb Maclennan2020-05-13 14:40:45 +0300
commitf37cb85e9362e694b2d09bf22ff227cdf8290371 (patch)
treef731e12cb0152dc100975d1daeda426fb6b39c01 /.SRCINFO
downloadaur-f37cb85e9362e694b2d09bf22ff227cdf8290371.tar.gz
Add packages for Lua CommonMark parser
Initial upload: lua-commonmark-git 0.0.0-1 Initial upload: lua-commonmark 0.0.0-1
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO33
1 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3d7545ede81a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,33 @@
+pkgbase = lua-commonmark-git
+ pkgdesc = Lua parser for CommonMark using LPEG grammar
+ pkgver = 0.0.0.r12.ge71d851
+ pkgrel = 1
+ 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
+ conflicts = lua-commonmark
+
+pkgname = lua52-commonmark-git
+ depends = lua52
+ depends = lua52-epnf
+ depends = lua52-penlight
+ conflicts = lua52-commonmark
+
+pkgname = lua51-commonmark-git
+ depends = lua51
+ depends = lua51-epnf
+ depends = lua51-penlight
+ conflicts = lua51-commonmark
+