mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New App: com.github.iamrezamousavi.mafia
This commit is contained in:
parent
1842f242ff
commit
ad6d9bed3d
1 changed files with 34 additions and 0 deletions
34
metadata/com.github.iamrezamousavi.mafia.yml
Normal file
34
metadata/com.github.iamrezamousavi.mafia.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Reza Mousavi
|
||||
AuthorWebSite: https://github.com/IamRezaMousavi
|
||||
SourceCode: https://github.com/IamRezaMousavi/Mafia
|
||||
IssueTracker: https://github.com/IamRezaMousavi/Mafia/issues
|
||||
Changelog: https://github.com/IamRezaMousavi/Mafia/releases
|
||||
|
||||
AutoName: Mafia
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/IamRezaMousavi/Mafia.git
|
||||
Binaries: https://github.com/IamRezaMousavi/Mafia/releases/download/v%v/Mafia-%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 1
|
||||
commit: v0.1.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 6058024ac145dae86c8e686ee11e589847cbbb0a62267148556d4c76604939a1
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue