fdroiddata/metadata/org.opensatnav.android.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

29 lines
649 B
YAML

Disabled: Not being developed
Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://launchpad.net/opensatnav
SourceCode: https://code.launchpad.net/opensatnav
IssueTracker: https://bugs.launchpad.net/opensatnav
AutoName: OpenSatNav
Summary: Satellite navigation
Description: |-
Satellite Navitation using OpenStreetMap data. Supports car, bicycle and
pedestrian modes of transport.
RepoType: bzr
Repo: lp:opensatnav
Builds:
- versionName: '1.0'
versionCode: 199
commit: '199'
prebuild: mv lib libs
target: android-7
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.0'
CurrentVersionCode: 199