mirror of
https://github.com/geoffleyland/lua-csv.git
synced 2024-11-23 01:34:19 +00:00
add an scm rockspec
This commit is contained in:
parent
c9988c8b93
commit
1ed256e9f5
23
rockspecs/csv-scm-1.rockspec
Normal file
23
rockspecs/csv-scm-1.rockspec
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
package = "csv"
|
||||||
|
version = "scm-1"
|
||||||
|
source =
|
||||||
|
{
|
||||||
|
url = "git://github.com/geoffleyland/lua-csv.git",
|
||||||
|
branch = "master",
|
||||||
|
}
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
summary = "CSV and other delimited file reading",
|
||||||
|
homepage = "http://github.com/geoffleyland/lua-csv",
|
||||||
|
license = "MIT/X11",
|
||||||
|
maintainer = "Geoff Leyland <geoff.leyland@incremental.co.nz>"
|
||||||
|
}
|
||||||
|
dependencies = { "lua >= 5.1" }
|
||||||
|
build =
|
||||||
|
{
|
||||||
|
type = "builtin",
|
||||||
|
modules =
|
||||||
|
{
|
||||||
|
csv = "lua/csv.lua",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user