package = "lua-package"
version = "1.0-1"
source = {
	url = "https://code.byted.org/jng/jnms_lua_package.git",
	tag = "v1.0-1",
	branch = "master"
}
description = {
	summary = "A test lua package with luarocks",
	homepage = "https://code.byted.org/jng/jnms_lua_package",
	maintainer = "guishao",
	license = "MIT"
}
dependencies = {
	"lua >= 5.1, < 5.4"
}
build = {
	type = "builtin",
	modules = {
		["lua-package"] = "lua-package.lua"
	}
}
