From b5beff676f7d2653fd68401728aea88400701174 Mon Sep 17 00:00:00 2001 From: garret Date: Wed, 30 Nov 2022 21:39:06 +0000 Subject: add rockspec seems to work --- depctrl-feedmaker-dev-1.rockspec | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 depctrl-feedmaker-dev-1.rockspec 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"} + } +} -- cgit v1.2.3-70-g09d2