File: rockspec

package info (click to toggle)
sputnik 12.06.27-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,900 kB
  • sloc: javascript: 6,955; sh: 762; python: 94; makefile: 42
file content (28 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (6)
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
27
28
package = "ReCaptcha"
version = "8.05.26-0"
source = {
   url = "http://sputnik.freewisdom.org/files/recaptcha-8.05.26.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://sputnik.freewisdom.org/lib/recaptcha/",
   maintainer = "Yuri Takhteyev (yuri@freewisdom.org)",
}
dependencies = {
  'luasocket >= 2.0'
}
build = {
  type = "none",
  install = {
     lua = {
        ["recaptcha"] = "lua/recaptcha.lua",
     }
  }
}