blob: fb4896fc9341a763d0351216938400b65f9d116e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
package = "depctrl-feedmaker"
version = "dev-1"
source = {
url = "git+https://git.427738.xyz/depctrl-feedmaker"
}
description = {
summary = "Makes DependencyControl update feeds for Aegisub automations, so you don't have to write all that JSON by hand.",
homepage = "https://git.427738.xyz/depctrl-feedmaker/about/",
license = "BSD-2-Clause"
}
dependencies = {
"lua ~> 5.1",
"luajson",
"sha1",
"luafilesystem",
"argparse",
"moonscript",
"inspect" -- not actually used
}
build = {
type = "none",
install = {
bin = {"make-feed.lua"}
}
}
|