mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Newapp: OpenVexed
This commit is contained in:
parent
84499b5bb4
commit
f76403a316
1 changed files with 31 additions and 0 deletions
31
metadata/ro.budulea.vexed.yml
Normal file
31
metadata/ro.budulea.vexed.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitlab.com/BigET/openvexed
|
||||
IssueTracker: https://gitlab.com/BigET/openvexed/issues
|
||||
|
||||
AutoName: Vexed
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/BigET/openvexed.git
|
||||
Binaries: https://gitlab.com/BigET/openvexed/-/raw/v%v/vexed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '0.13'
|
||||
versionCode: 13
|
||||
commit: ba190b3507fc8a50f458196818fc08d0c84f45df
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y kotlin make android-sdk
|
||||
- apt-get install -y -t bullseye libandroid-23-java dalvik-exchange
|
||||
output: vexed.aligned.apk
|
||||
build: make vexed.aligned.apk
|
||||
|
||||
AllowedAPKSigningKeys: cc3cb30eb3ed05482ff4db7b9bcc90c94aef7a2ac90a011d46d3a3f2169b7f5f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: AndroidManifest.xml|versionCode="(\d+)"|.|versionName="(.*)"
|
||||
CurrentVersion: '0.13'
|
||||
CurrentVersionCode: 13
|
||||
Loading…
Reference in a new issue