package = "luacov-reporter-lcov"
version = "scm-0"

description = {
	summary = "A luacov reporter for use with lcov";
	homepage = "https://github.com/aimbot/luacov-reporter-lcov";
	license = "MIT";
}

source = {
	url = "git+https://github.com/aimbot/luacov-reporter-lcov.git";
}

dependencies = {
	"lua >= 5.1";
	"luacov";
}

build = {
	type = "builtin";
	modules = {
		["luacov.reporter.lcov"] = "luacov/reporter/lcov.lua";
	}
}
