Skip to content

Commit

Permalink
Added an attempt at a rockspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Jul 18, 2016
1 parent 427239f commit 06e75b9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vmake-1.2.0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package = "vmake"
version = "1.2.0"

source = {
url = "git://github.com/vercas/vMake",
tag = "v1.2.0",
}

description = {
summary = "Tool for building software and configuring builds.",
homepage = "https://github.com/vercas/vMake",
license = "NCSA (BSD-like)",
}

dependencies = {
"lua ~> 5.1",
}

build = {
type = "builtin",

modules = {
["vmake"] = "vmake.lua",
},
}

0 comments on commit 06e75b9

Please sign in to comment.