Hi,

Here's a bunch of rockspecs for redis-lua (an updated one for the
scm-1, and two new ones for v1.0.1 and the brand new v2.0.0).

https://github.com/nrk/redis-lua/raw/master/rockspec/redis-lua-scm-1.rockspec
https://github.com/nrk/redis-lua/raw/master/rockspec/redis-lua-1.0.1-0.rockspec
https://github.com/nrk/redis-lua/raw/master/rockspec/redis-lua-2.0.0-0.rockspec

Thanks,
Daniele

--
Daniele Alessandri
http://clorophilla.net/
http://twitter.com/JoL1hAHN
package = "redis-lua"
version = "scm-1"

source = {
   url = "git://github.com/nrk/redis-lua.git"
}

description = {
   summary = "A Lua client library for the redis key value storage system.",
   detailed = [[
      A Lua client library for the redis key value storage system.
   ]],
   homepage = "http://github.com/nrk/redis-lua";,
   license = "MIT/X11"
}

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

build = {
   type = "none",
   install = {
      lua = {
         redis = "src/redis.lua"
      }
   }
}
package = "redis-lua"
version = "1.0.1-0"

source = {
   url = 
"http://cloud.github.com/downloads/nrk/redis-lua/redis-lua-1.0.1-0.tar.gz";,
   md5 = "0e00178a8bc7d68d463007eec49117d5"
}

description = {
   summary = "A Lua client library for the redis key value storage system.",
   detailed = [[
      A Lua client library for the redis key value storage system.
   ]],
   homepage = "http://github.com/nrk/redis-lua";,
   license = "MIT/X11"
}

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

build = {
   type = "none",
   install = {
      lua = {
         "redis.lua"
      }
   }
}
package = "redis-lua"
version = "2.0.0-0"

source = {
   url = 
"http://cloud.github.com/downloads/nrk/redis-lua/redis-lua-2.0.0-0.tar.gz";,
   md5 = "db1f9a74d13158c1b551a4fa054a92ba"
}

description = {
   summary = "A Lua client library for the redis key value storage system.",
   detailed = [[
      A Lua client library for the redis key value storage system.
   ]],
   homepage = "http://github.com/nrk/redis-lua";,
   license = "MIT/X11"
}

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

build = {
   type = "none",
   install = {
      lua = {
         redis = "src/redis.lua"
      }
   }
}
_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to