28 lines
451 B
Plaintext
28 lines
451 B
Plaintext
|
package = "ketracel"
|
||
|
version = "scm-1"
|
||
|
source = {
|
||
|
url = "https://tulpa.dev/cadey/ketracel"
|
||
|
}
|
||
|
description = {
|
||
|
homepage = "https://tulpa.dev/cadey/ketracel",
|
||
|
license = "0bsd",
|
||
|
summary = "a small security bot for ngircd",
|
||
|
labels = {
|
||
|
"irc",
|
||
|
"security"
|
||
|
}
|
||
|
}
|
||
|
dependencies = {
|
||
|
"lua ~> 5.3",
|
||
|
"irc-engine",
|
||
|
"luasocket",
|
||
|
}
|
||
|
build_dependencies = {
|
||
|
"moonscript",
|
||
|
"busted",
|
||
|
}
|
||
|
build = {
|
||
|
type = "builtin",
|
||
|
modules = {}
|
||
|
}
|