package = "elua"
version = "1.0.1-1"
source = {
   url = "git+ssh://git@forge.axfive.net/Taylor/elua.git",
   tag = 'v1.0.1',
}
description = {
   summary = "A simple implementation of a Lua equivalent of ERB",
   detailed = "A simple implementation of a Lua equivalent of ERB",
   homepage = "https://forge.axfive.net/Taylor/elua",
   license = "MPL-2.0",
}
build = {
   type = "builtin",
   modules = {
      elua = "src/elua.lua"
   },
   install = {
      bin = {
         elua = "bin/elua",
      },
   },
}
