summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 66e6f4d587ee9e7727a6dc8f2062ed6911bd3fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = luacheck
	pkgdesc = A tool for linting and static analysis of Lua code
	pkgver = 0.26.0
	pkgrel = 1
	url = https://github.com/lunarmodules/luacheck
	arch = any
	license = MIT
	makedepends = luarocks
	depends = lua
	depends = lua-filesystem
	depends = lua-argparse
	optdepends = lua-lanes: for parallel checking
	source = https://github.com/lunarmodules/luacheck/archive/v0.26.0/luacheck-0.26.0.tar.gz
	sha256sums = 78b74cae0e94155e500755c8e60d921ee7250cfec2acd8ab4df480625c425594

pkgname = luacheck