fdroiddata/metadata/com.google.android.maps.mytracks.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

29 lines
616 B
YAML

Disabled: Google Play Services non-free library etc.
AntiFeatures:
- NonFreeDep
Categories:
- Navigation
License: Apache-2.0
WebSite: https://code.google.com/p/mytracks
SourceCode: https://code.google.com/p/mytracks/source
Summary: A GPS logger
Description: MyTracks is a GPS logger.
RepoType: hg
Repo: https://mytracks.googlecode.com/hg
Builds:
- versionName: 1.1.0
versionCode: 23
commit: a86a640f2d
subdir: MyTracks
- versionName: 1.1.3
versionCode: 26
disable: Doesn't build - dependencies and keys
commit: unknown - see disabled
AutoUpdateMode: None
UpdateCheckMode: Static