Change rockspec
parent
57d396e8e8
commit
1c78a3703a
|
@ -1,18 +1,17 @@
|
|||
package = "ldap-auth-request"
|
||||
version = "0.0.1-1"
|
||||
source = {
|
||||
url = "*** please add URL for source tarball, zip or repository here ***"
|
||||
url = "https://git.wan-tech.ru/root/ldap-auth-request.git"
|
||||
}
|
||||
description = {
|
||||
summary = "summary",
|
||||
detailed = "detailed",
|
||||
homepage = "*** please enter a project homepage ***",
|
||||
homepage = "https://git.wan-tech.ru/root/ldap-auth-request.git",
|
||||
license = "MIT/X11"
|
||||
}
|
||||
-- luarocks install --only-deps <rockspec_file>
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.2",
|
||||
"bit32 >= 5.3.5",
|
||||
"lualdap >= 1.3.0",
|
||||
"luasocket >= 2.0.2",
|
||||
"penlight >= 1.10.0"
|
||||
|
|
Loading…
Reference in New Issue