mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Add "leon" app
This commit is contained in:
parent
dedb2cadf3
commit
e22be13a88
1 changed files with 29 additions and 0 deletions
29
metadata/com.svenjacobs.app.leon.yml
Normal file
29
metadata/com.svenjacobs.app.leon.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Sven Jacobs
|
||||
AuthorEmail: leon-app@svenjacobs.com
|
||||
AuthorWebSite: https://svenjacobs.com
|
||||
SourceCode: https://github.com/svenjacobs/leon
|
||||
IssueTracker: https://github.com/svenjacobs/leon/issues
|
||||
Changelog: https://github.com/svenjacobs/leon/blob/main/CHANGELOG.md
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/svenjacobs/leon
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.0
|
||||
versionCode: 223
|
||||
commit: 0.3.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.3.0
|
||||
CurrentVersionCode: 223
|
||||
Loading…
Reference in a new issue