package = "haricot"
version = "1.1-1"

source = {
   url = "git://github.com/catwell/haricot.git",
   branch = "v1.1",
}

description = {
   summary = "A beanstalkd client.",
   detailed = [[
      Haricot is a client for Beanstalkd
      (http://kr.github.com/beanstalkd/).
   ]],
   homepage = "http://github.com/catwell/haricot",
   license = "MIT/X11",
}

dependencies = {
   "lua >= 5.1",
   "luasocket",
}

build = {
   type = "none",
   install = {
      lua = {
         haricot = "haricot.lua",
      },
   },
   copy_directories = {},
}
