From 0f1a7e82c36d74156f4b9012b081c009273f7db8 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 26 Mar 2025 04:56:14 -0500 Subject: [PATCH] New App: me.knighthat.kreate --- metadata/me.knighthat.kreate.yml | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 metadata/me.knighthat.kreate.yml diff --git a/metadata/me.knighthat.kreate.yml b/metadata/me.knighthat.kreate.yml new file mode 100644 index 0000000000..c804fe71b6 --- /dev/null +++ b/metadata/me.knighthat.kreate.yml @@ -0,0 +1,39 @@ +AntiFeatures: + NonFreeNet: + en-US: Depends on Youtube, connects to Github for Piped & Invidious instances + lists +Categories: + - Internet + - Multimedia +License: GPL-3.0-only +AuthorName: KnightHat +AuthorEmail: contact@knighthat.me +WebSite: https://kreate.knighthat.me +SourceCode: https://github.com/knighthat/Kreate +IssueTracker: https://github.com/knighthat/Kreate/issues +Liberapay: knighthat +Bitcoin: 1GpZUvhdVkCFxqF4vuaiFxtBTxB3L94vnK +Litecoin: LUGEtAqnPYgncCyRnSYbtagqsBAihmRrJg + +AutoName: Kreate + +RepoType: git +Repo: https://github.com/knighthat/Kreate.git + +Builds: + - versionName: 1.1.0-fdroid + versionCode: 86 + commit: 188ebe7720e9cfacab2725b0579c21a3b6e015b0 + subdir: composeApp + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^v.*$ +CurrentVersion: 1.1.0 +CurrentVersionCode: 86