mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
New App: com.openathena
This commit is contained in:
parent
55d24e004e
commit
08ecb254da
1 changed files with 45 additions and 0 deletions
45
metadata/com.openathena.yml
Normal file
45
metadata/com.openathena.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
- Science & Education
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Matthew Krupczak
|
||||
AuthorWebSite: https://theta.limited
|
||||
SourceCode: https://github.com/Theta-Limited/OpenAthenaAndroid
|
||||
Changelog: https://github.com/Theta-Limited/OpenAthenaAndroid/releases
|
||||
|
||||
AutoName: OpenAthena™ for Android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Theta-Limited/OpenAthenaAndroid
|
||||
Binaries: https://github.com/Theta-Limited/OpenAthenaAndroid/releases/download/v%v/OpenAthena_for_Android_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.19.3
|
||||
versionCode: 28
|
||||
commit: v0.19.3
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- app/src/main/resources/EGM96complete.dat.gz
|
||||
- app/src/main/assets/EGM96complete.bin
|
||||
|
||||
AllowedAPKSigningKeys: 4faa6dab09f9d15ac204ea8b8c056ccaf8c52993007cd643001a3d3497c7944b
|
||||
|
||||
MaintainerNotes: |-
|
||||
The scanignore'd binary files of hash:
|
||||
ace58e67f0bbda6c382c503aeb3558ce330bd637871af22a9a147a10a5f360a3
|
||||
contain the offset values for the EGM96 Geoid model of the Earth,
|
||||
necessary for vertical datum conversion. They are sourced from:
|
||||
https://github.com/matthiaszimmermann/EGM96/
|
||||
They do not contain any code or trigger any dynamic behavior
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.19.3
|
||||
CurrentVersionCode: 28
|
||||
Loading…
Reference in a new issue