From e46d24423982be09aa800a68f703c3cf0d61671d Mon Sep 17 00:00:00 2001 From: AssisrMatheus Date: Mon, 16 Sep 2019 21:19:54 -0300 Subject: [PATCH] :rocket: Added curse packaging configuration --- pkgmeta.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkgmeta.yaml diff --git a/pkgmeta.yaml b/pkgmeta.yaml new file mode 100644 index 0000000..fad77d3 --- /dev/null +++ b/pkgmeta.yaml @@ -0,0 +1,19 @@ +package-as: TodoChecklister +ignore: # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself. + - button.png + - demo.gif + - icon.png + - README.md + +required-dependencies: + - 221710-dear-cupcake + +optional-dependencies: + - 220002-junkit + +manual-changelog: CHANGELOG.txt + +license-output: LICENSE.txt + +tools-used: + - data-tools \ No newline at end of file