mirror of
https://github.com/TangentFoxy/semver.lua.git
synced 2025-07-28 02:52:21 +00:00
added rockspecs dir
This commit is contained in:
25
rockspecs/semver-1.1.0-1.rockspec
Normal file
25
rockspecs/semver-1.1.0-1.rockspec
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
package = "semver"
|
||||||
|
version = "1.1.0-1"
|
||||||
|
source = {
|
||||||
|
url = "git://github.com/kikito/semver.lua.git",
|
||||||
|
}
|
||||||
|
description = {
|
||||||
|
summary = "An implementation of semantic versioning (semver.org) 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"
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user