New App: MRepo

This commit is contained in:
fruitsnack 2024-01-30 07:59:28 +00:00 committed by linsui
parent 92137b654d
commit 9550d39767

View file

@ -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