add an scm rockspec

This commit is contained in:
Geoff Leyland 2014-01-29 13:29:03 +13:00
parent c9988c8b93
commit 1ed256e9f5

View 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",
},
}