diff options
Diffstat (limited to 'depctrl-feedmaker-dev-1.rockspec')
-rw-r--r-- | depctrl-feedmaker-dev-1.rockspec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/depctrl-feedmaker-dev-1.rockspec b/depctrl-feedmaker-dev-1.rockspec new file mode 100644 index 0000000..fb4896f --- /dev/null +++ b/depctrl-feedmaker-dev-1.rockspec @@ -0,0 +1,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"} + } +} |