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 ```
27 lines
649 B
YAML
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
|