From 9550d3976768feeb23f94275a15ff318fb30cc2e Mon Sep 17 00:00:00 2001 From: fruitsnack <2001719-fruitsnack@users.noreply.gitlab.com> Date: Tue, 30 Jan 2024 07:59:28 +0000 Subject: [PATCH] New App: MRepo --- metadata/com.sanmer.mrepo.yml | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 metadata/com.sanmer.mrepo.yml diff --git a/metadata/com.sanmer.mrepo.yml b/metadata/com.sanmer.mrepo.yml new file mode 100644 index 0000000000..14a9d9d802 --- /dev/null +++ b/metadata/com.sanmer.mrepo.yml @@ -0,0 +1,38 @@ +Categories: + - System +License: GPL-3.0-only +AuthorName: Sanmer +AuthorEmail: sanmer@sanmer.dev +AuthorWebSite: https://sanmer.dev +SourceCode: https://github.com/MRepoApp/MRepo +IssueTracker: https://github.com/MRepoApp/MRepo/issues +Translation: https://weblate.sanmer.app/engage/mrepo +Changelog: https://github.com/MRepoApp/MRepo/releases + +AutoName: MRepo + +RequiresRoot: true + +RepoType: git +Repo: https://github.com/MRepoApp/MRepo + +Builds: + - versionName: 2.4.3 + versionCode: 677 + commit: v2.4.3 + subdir: app + sudo: + - apt-get update + - apt-get install openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i 's/ versionName = .*/versionName = "$$VERSION$$"/' build.gradle.kts + scandelete: + - build-logic + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://github.com/MRepoApp/MRepo/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=(.+) +CurrentVersion: 2.4.3 +CurrentVersionCode: 677