-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrockspec
More file actions
27 lines (26 loc) · 795 Bytes
/
rockspec
File metadata and controls
27 lines (26 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package = "ReCaptcha"
version = "8.07.07-0"
source = {
url = "http://spu.tnik.org/files/recaptcha-8.07.07.tar.gz",
}
description = {
summary = "A Lua interface to reCaptcha.",
detailed = [===[ <a href="http://recaptcha.net/">reCaptcha</a> is a free captcha web service that
shows the visitors words from old books helping digitize them. This,
module provides a Lua interface to recaptcha. You will need to get your
own API key from recaptcha.net to use it.
]===],
license = "MIT/X11",
homepage = "http://spu.tnik.org/lib/recaptcha/",
maintainer = "Yuri Takhteyev (yuri@freewisdom.org)",
}
dependencies = {
'luasocket >= 2.0'
}
build = {
type = "none",
install = {
lua = { ["lua.recaptcha"] = "lua/recaptcha.lua",
}
}
}