fdroiddata/metadata/com.gpstether.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

27 lines
649 B
YAML

Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://code.google.com/p/gpstether
SourceCode: https://code.google.com/p/gpstether/source
AutoName: GPSTether
Summary: GPS server
Description: |-
Simple gpsd forward server, to give GPS functionality to a laptop for example.
Not fully implemented yet and it may be necessary to disable GPS manually when
the server is stopped.
RepoType: git-svn
Repo: https://gpstether.googlecode.com/svn/trunk
Builds:
- versionName: 1.0.2r9
versionCode: 3
commit: '6'
target: android-19
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.0.3
CurrentVersionCode: 3