lua-redis-parser icon indicating copy to clipboard operation
lua-redis-parser copied to clipboard

luarocks spec file

Open bakins opened this issue 13 years ago • 3 comments
trafficstars

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" }
              }
}

bakins avatar Dec 28 '11 18:12 bakins

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 ;)

agentzh avatar Dec 29 '11 01:12 agentzh

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

bakins avatar Dec 29 '11 12:12 bakins

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

agentzh avatar Dec 29 '11 15:12 agentzh