summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCaleb Maclennan2022-03-23 17:22:29 +0300
committerCaleb Maclennan2022-03-23 17:22:29 +0300
commit4463111143a1784e18db267dab6edae2cc73cb0e (patch)
tree49f8ba8ce5043822a9f8cf25bc04beb5ac614099 /.SRCINFO
downloadaur-4463111143a1784e18db267dab6edae2cc73cb0e.tar.gz
Initial upload: luacheck-git 0.25.0.r42.gca770a4-1
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..240d9d0137ea
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = luacheck-git
+ pkgdesc = A tool for linting and static analysis of Lua code
+ pkgver = 0.25.0.r42.gca770a4
+ pkgrel = 1
+ url = https://github.com/lunarmodules/luacheck
+ arch = any
+ license = MIT
+ makedepends = luarocks
+ makedepends = git
+ depends = lua
+ depends = lua-filesystem
+ depends = lua-argparse
+ optdepends = lua-lanes: for parallel checking
+ provides = luacheck=0.25.0.r42.gca770a4
+ conflicts = luacheck
+ source = git+https://github.com/lunarmodules/luacheck.git
+ sha256sums = SKIP
+
+pkgname = luacheck-git