Skip to content

Commit

Permalink
add scm rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adraenwan committed Oct 1, 2018
1 parent 8c09069 commit da9fb63
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions rockspecs/lualink-scm-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package = "lualink"
version = "scm-0"
source = {
url = "git+https://github.com/adraenwan/lualink",
branch = "luarocks",
}

description = {
summary = "A linker for lua code.",
detailed = "lualink puts all your dependencies inside one file, so that you can embed it easily.",
homepage = "https://github.com/adraenwan/lualink",
license = "MIT",
maintainer = "Adraenwan",
}

dependencies = {
"lua >= 5.1, < 5.4",
}

build = {
type = "builtin",
modules = {
lualink = "lualink.lua",
},
}

0 comments on commit da9fb63

Please sign in to comment.