package = "LuaCC"
version = "0.9-2"
source = {
   url = "git://github.com/mihacooper/luacc",
   tag = version
}
description = {
   summary = "Command line tool to combine Lua source files.",
   detailed = [[
      LuaCC is a command line tool that allows you combine multiple Lua files into single one without any changes of your source code.
   ]],
   homepage = "http://github.com/mihacooper/luacc",
   license = "GPLv2"
}
dependencies = {
   "lua >= 5.1"
}
build = {
   type = "builtin",
   modules = {
      luacc = "bin/luacc.lua",
   },
}
