creates rockspeck for 1.1.1

This commit is contained in:
kikito
2015-09-27 20:44:25 +02:00
parent b06f1f0dad
commit b1e69c953d

View File

@@ -0,0 +1,25 @@
package = "semver"
version = "1.1.1-1"
source = {
url = "git://github.com/kikito/semver.lua.git",
}
description = {
summary = "An implementation of semantic versioning (semver.org 2.0.0) in Lua",
detailed = [[
See details in http://semver.org
]],
license = "MIT",
homepage = "https://github.com/kikito/semver.lua"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "none",
install = {
lua = {
"semver.lua"
},
}
}