openresty / lua-redis-parser

Lua module for parsing raw redis responses
93 stars 16 forks source link

luarocks spec file #4

Open bakins opened 12 years ago

bakins commented 12 years ago

consider including a spec file? Here's a simple one:

package = "lua-redis-parser"
version = "0.09-5"

description = {
    summary = "redis parser"
}

source = {
    url = "git://github.com/agentzh/lua-redis-parser.git",
    tag = "v0.09rc5"
}

build = {
    type = "builtin",
    modules = {
              ["redis.parser"] =  { "redis-parser.c" }
              }
}
agentzh commented 12 years ago

Sounds like a great idea :) Will you add that for us? Can I give you a commit bit to this project? I know very little about the luarocks spec file myself ;)

bakins commented 12 years ago

Sure. I've done several for our internal projects.

agentzh commented 12 years ago

cool, i've added you to this project's collaborator list :) feel free to commit stuffs that you see fit ;) thanks!