From a184c4fbab178234facb31cc8aef57f77092c12b Mon Sep 17 00:00:00 2001 From: retr0 Date: Thu, 17 Jul 2025 22:20:27 +0200 Subject: [PATCH] fix repository.json --- repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repository.json diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..4502a36 --- /dev/null +++ b/repository.json @@ -0,0 +1,16 @@ +{ + "name": "dont-stop-folding Add-on Repository", + "url": "https://gitea.bitfire.work/retr0/dont-stop-folding", + "maintainer": "retr0", + "addons": { + "foldingathome": { + "name": "Folding@home", + "version": "0.8.0", + "slug": "foldingathome", + "description": "Run Folding@home to contribute to scientific research", + "url": "https://gitea.bitfire.work/retr0/dont-stop-folding", + "arch": ["amd64", "armhf", "armv7", "aarch64"], + "image": "local/addon-foldingathome:{version}" + } + } +} \ No newline at end of file