mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-08-23 14:02:29 +00:00
Upload version 1.0
This commit is contained in:
27
date-1.0-1.rockspec
Normal file
27
date-1.0-1.rockspec
Normal file
@@ -0,0 +1,27 @@
|
||||
package = "date"
|
||||
version = "1.0-1"
|
||||
source = {
|
||||
url = "http://luaforunix.luaforge.net/packages/date-1.0-1.tar.gz",
|
||||
}
|
||||
description = {
|
||||
summary = "Lua Date and Time module for Lua 5.1",
|
||||
detailed = [[
|
||||
Date and Time string parsing; Time addition and subtraction;
|
||||
Time span calculation; Supports ISO 8601 Dates.
|
||||
]],
|
||||
license = "MIT/X11",
|
||||
homepage = "http://luaforge.net/projects/date/",
|
||||
maintainer = "Steve Donovan <steve.j.donovan@gmail.com>",
|
||||
}
|
||||
dependencies = {
|
||||
}
|
||||
build = {
|
||||
type = "none",
|
||||
copy_directories = {'doc','samples'},
|
||||
install = {
|
||||
lua = {
|
||||
date = "date.lua"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user