summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4590f50204b99e8c151f5b5dc5198a49f6475e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = luacheck-git
	pkgdesc = A tool for linting and static analysis of Lua code
	pkgver = 1.0.0.r2.g81bb2f2
	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=1.0.0.r2.g81bb2f2
	conflicts = luacheck
	source = git+https://github.com/lunarmodules/luacheck.git
	sha256sums = SKIP

pkgname = luacheck-git