From 6236757641e12ddd6d0d2c1255b4692260fc2c36 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 31 Jan 2025 04:10:21 +0000 Subject: [PATCH] Include the TheXTech application --- metadata/ru.wohlsoft.thextech.fdroid.yml | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 metadata/ru.wohlsoft.thextech.fdroid.yml diff --git a/metadata/ru.wohlsoft.thextech.fdroid.yml b/metadata/ru.wohlsoft.thextech.fdroid.yml new file mode 100644 index 0000000000..45b509d26b --- /dev/null +++ b/metadata/ru.wohlsoft.thextech.fdroid.yml @@ -0,0 +1,46 @@ +AntiFeatures: + NonFreeAdd: + en-US: The most of available game assets packs, levels and episodes developed + for this engine is non-free becasuse of the nature of community-sourced content + used in them. + ru-RU: Большая часть доступных пакетов игровых ресурсов, уровней и эпизодов, разработанных + для данного движка, несвободна из-за особенностей используемого контента, созданного + связанными сообществами. +Categories: + - Games +License: GPL-3.0-or-later +AuthorName: Vitaly Novichkov +AuthorEmail: admin@wohlnet.ru +WebSite: https://wohlsoft.ru/projects/TheXTech/ +SourceCode: https://github.com/Wohlstand/TheXTech +IssueTracker: https://github.com/Wohlstand/TheXTech/issues +Translation: https://hosted.weblate.org/engage/thextech/ +Changelog: https://raw.githubusercontent.com/TheXTech/TheXTech/refs/heads/main/changelog.txt + +AutoName: TheXTech + +RepoType: git +Repo: https://github.com/TheXTech/TheXTech.git +Binaries: https://builds.wohlsoft.ru/android/fdroid/thextech-android-fdroid-%v.apk + +Builds: + - versionName: 1.3.7 + versionCode: 1030700 + commit: dfd30a560433a9c25e8badff3f58b9123ecde351 + subdir: android-project/thextech + submodules: true + 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: + - fdroid + +AllowedAPKSigningKeys: 167471bd111c86b015a6e19ff7a8526841ee48750fe5ab14e3945c6f69e45a3a + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^v.*$ +UpdateCheckData: version.cmake|THEXTECH_ANDROID_VERSION_CODE\s+"(\d+)"|.|THEXTECH_ANDROID_VERSION_NAME\s+"([\d\w.\-]+)" +CurrentVersion: 1.3.7 +CurrentVersionCode: 1030700