mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: MRepo
This commit is contained in:
parent
92137b654d
commit
9550d39767
1 changed files with 38 additions and 0 deletions
38
metadata/com.sanmer.mrepo.yml
Normal file
38
metadata/com.sanmer.mrepo.yml
Normal 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
|
||||
Loading…
Reference in a new issue