mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Include FoCal App
This commit is contained in:
parent
adc420cb8e
commit
b48fdef82d
1 changed files with 35 additions and 0 deletions
35
metadata/ch.mydoli.focal.yml
Normal file
35
metadata/ch.mydoli.focal.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: MYDOLI
|
||||
AuthorEmail: focal@mydoli.ch
|
||||
WebSite: https://gitlab.com/mydoli/focal
|
||||
SourceCode: https://gitlab.com/mydoli/focal
|
||||
IssueTracker: https://gitlab.com/mydoli/focal/issues
|
||||
Changelog: https://gitlab.com/mydoli/focal/-/releases
|
||||
|
||||
AutoName: FoCal
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/mydoli/focal.git
|
||||
Binaries: https://gitlab.com/mydoli/focal/-/releases/%v/downloads/package/focal-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: f66776eb14716649eae07cd4e71dec2e56709d4418ede1b4aabeeea70fa72840
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode\s(\d+)||(.*)
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue