fdroiddata/metadata/org.microg.nlp.backend.openwlanmap.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

41 lines
1.2 KiB
YAML

Categories:
- Navigation
License: GPL-3.0-or-later
SourceCode: https://github.com/microg/OpenWlanMapNlpBackend
IssueTracker: https://github.com/microg/OpenWlanMapNlpBackend/issues
AutoName: OpenWlanMapNlpBackend
Summary: UnifiedNlp location provider (OpenWLANMap)
Description: |-
[[com.google.android.gms]] backend that uses [http://www.openwlanmap.org
OpenWlanMap].
Location calculation is done online and therefor requires internet connection.
THIS IS PRE-RELEASE SOFTWARE -- USE AT YOUR OWN RISK
RepoType: git
Repo: https://github.com/microg/OpenWlanMapNlpBackend
Builds:
- versionName: '0.1'
versionCode: 1
disable: maybe not ready
commit: 9c558858118f413d4e41cc610fe0a9ee6d00c8c6
srclibs:
- 1:UnifiedNlpApi@v1.0.0
- wire-runtime@wire-1.2.0
- MapsAPI@v0.5
forceversion: true
forcevercode: true
prebuild:
- sed -i -e 's/package=/android:versionCode="1"\n android:versionName="0.1"\n package=/g'
AndroidManifest.xml
- cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/
target: android-19
MaintainerNotes: See https://github.com/microg/OpenWlanMapNlpBackend/issues/1
AutoUpdateMode: None
UpdateCheckMode: None