mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-08-23 05:52:30 +00:00
prepare for release
This commit is contained in:
30
date-2.1.1-1.rockspec
Normal file
30
date-2.1.1-1.rockspec
Normal file
@@ -0,0 +1,30 @@
|
||||
package = "date"
|
||||
version = "2.1.1-2"
|
||||
|
||||
description = {
|
||||
summary = "Date & Time module for Lua 5.x",
|
||||
detailed = [[
|
||||
Pure Lua Date & Time module for Lua 5.x featuring date and Time string
|
||||
parsing, time addition & subtraction, time span calculation, support for
|
||||
ISO 8601 Dates, local time support, strftime-like formatting.
|
||||
]],
|
||||
license = "MIT",
|
||||
homepage = "https://github.com/Tieske/date",
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.0, < 5.3 "
|
||||
}
|
||||
|
||||
source = {
|
||||
url = "https://github.com/Tieske/date/archive/version_2.1.1.tar.gz",
|
||||
dir = "date-version_2.1.1",
|
||||
}
|
||||
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
date = "date.lua"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user