From b48fdef82dd32bde08ff89a3da8537065f1aab46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Gerber?= Date: Tue, 23 Jan 2024 08:18:27 +0000 Subject: [PATCH] Include FoCal App --- metadata/ch.mydoli.focal.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/ch.mydoli.focal.yml diff --git a/metadata/ch.mydoli.focal.yml b/metadata/ch.mydoli.focal.yml new file mode 100644 index 0000000000..0f14f20099 --- /dev/null +++ b/metadata/ch.mydoli.focal.yml @@ -0,0 +1,35 @@ +Categories: + - Multimedia +License: GPL-3.0-or-later +AuthorName: MYDOLI +AuthorEmail: focal@mydoli.ch +WebSite: https://gitlab.com/mydoli/focal +SourceCode: https://gitlab.com/mydoli/focal +IssueTracker: https://gitlab.com/mydoli/focal/issues +Changelog: https://gitlab.com/mydoli/focal/-/releases + +AutoName: FoCal + +RepoType: git +Repo: https://gitlab.com/mydoli/focal.git +Binaries: https://gitlab.com/mydoli/focal/-/releases/%v/downloads/package/focal-%v.apk + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: '1.0' + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AllowedAPKSigningKeys: f66776eb14716649eae07cd4e71dec2e56709d4418ede1b4aabeeea70fa72840 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: app/build.gradle|versionCode\s(\d+)||(.*) +CurrentVersion: '1.0' +CurrentVersionCode: 1