6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
32 lines
627 B
YAML
32 lines
627 B
YAML
Categories:
|
|
- Science & Education
|
|
License: MIT
|
|
SourceCode: https://github.com/Kent1/Manille
|
|
IssueTracker: https://github.com/Kent1/Manille/issues
|
|
|
|
AutoName: Constellations
|
|
Summary: Show star charts and data
|
|
Description: |-
|
|
Star charts and data of the 88 modern constellations, based on data by
|
|
Wikipedia.
|
|
|
|
Builds:
|
|
- versionName: 2.0.2
|
|
versionCode: 10004
|
|
commit: v2.0.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.3
|
|
versionCode: 10005
|
|
commit: v2.0.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 2.0.3
|
|
CurrentVersionCode: 10005
|