mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add SatPredict
This commit is contained in:
parent
e39fb8874a
commit
e42961261d
1 changed files with 28 additions and 0 deletions
28
metadata/com.altillimity.satpredict.yml
Normal file
28
metadata/com.altillimity.satpredict.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
- Science & Education
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://gitlab.altillimity.com/altillimity/satpredict
|
||||
IssueTracker: https://gitlab.altillimity.com/altillimity/satpredict/issues
|
||||
|
||||
AutoName: SatPredict
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.altillimity.com/altillimity/satpredict.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt install -yq ninja-build
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue