fdroiddata/metadata/com.kai1973i.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

31 lines
791 B
YAML

Categories:
- Science & Education
License: Apache-2.0
WebSite: https://code.google.com/p/auroraapp
SourceCode: https://code.google.com/p/auroraapp/source
Name: aAuroraApp
AutoName: aAuroraApp (Alpha)
Summary: Space weather info
Description: |-
The Sun goes through some ups and downs and this period is expected to be full
of stormy activity. It presents notices and graphs from the internet and a
heatmap for the aurora.
Status: Alpha. Not very polished but functional and stable.
RepoType: git-svn
Repo: https://auroraapp.googlecode.com/svn;trunk=trunk;tags=tags
Builds:
- versionName: '1.04'
versionCode: 4
commit: '9'
subdir: aAuroraApp
target: android-10
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.04'
CurrentVersionCode: 4