package = "ltodotxt"
version = "scm-0"
rockspec_format = "3.0"
source = {
	url = "git+ssh://git-sewtec:sewbacca/ltodotxt"
}
description = {
	homepage = "*** please enter a project homepage ***",
	license = "*** please specify a license ***"
}
dependencies = {
	"sfs ~> 0.2",
	"luasystem ~> 0.7",
}
build = {
	type = "builtin",
	modules = {
		["todotxt.init"] = "todotxt/init.lua",
		["todotxt.parser"] = "todotxt/parser.lua",
		["todotxt.term"] = "todotxt/term.lua",
		["todotxt.tokenizer"] = "todotxt/tokenizer.lua",
		["todotxt.utils"] = "todotxt/utils.lua"
	},
	install = {
		bin = {
			todobulk = "cmd/todobulk"
		}
	}
}
