From b93fe9c798b96d5d2ca25d293fdb080942d45623 Mon Sep 17 00:00:00 2001 From: garret Date: Sun, 20 Nov 2022 02:59:17 +0000 Subject: add sample config file (untested) --- conf.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 conf.lua (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua new file mode 100755 index 0000000..f6dac77 --- /dev/null +++ b/conf.lua @@ -0,0 +1,20 @@ +-- untested, may or may not work + +local function ignore() + return feedmaker_feed ~= "main" +end + +local conf = { + name = "garret's aegisub scripts", + description = "Little utilities for aegisub that make my life easier", + maintainer = "garret", + knownFeeds = {}, + url = "https://github.com/garret1317/aegisub-scripts/", + baseUrl = "https://github.com/garret1317/aegisub-scripts/", + fileBaseUrl = "https://raw.githubusercontent.com/garret1317/aegisub-scripts/@{channel}/@{namespace}", + scriptUrl = "@{baseUrl}", + fileUrl = "@{fileBaseUrl}@{fileName}", + includeCondition = ignore +} + +return conf -- cgit v1.2.3-70-g09d2