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