mirror of
https://github.com/pkulchenko/serpent.git
synced 2024-11-21 23:24:24 +00:00
Added spec for 0.25.
This commit is contained in:
parent
6bc848da7d
commit
b290a5d522
25
misc/serpent-0.25-1.rockspec
Normal file
25
misc/serpent-0.25-1.rockspec
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
package = "serpent"
|
||||||
|
version = "0.25-1"
|
||||||
|
source = {
|
||||||
|
url = "git://github.com/pkulchenko/serpent.git",
|
||||||
|
tag = "0.25"
|
||||||
|
}
|
||||||
|
|
||||||
|
description = {
|
||||||
|
summary = "Lua serializer and pretty printer",
|
||||||
|
homepage = "https://github.com/pkulchenko/serpent",
|
||||||
|
maintainer = "Paul Kulchenko <paul@kulchenko.com>",
|
||||||
|
license = "MIT",
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies = {
|
||||||
|
"lua >= 5.1, < 5.3",
|
||||||
|
}
|
||||||
|
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {
|
||||||
|
["serpent"] = "src/serpent.lua",
|
||||||
|
},
|
||||||
|
copy_directories = { "t" },
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user