fdroiddata/metadata/net.bmaron.openfixmap.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

39 lines
1.1 KiB
YAML

Categories:
- Navigation
License: GPL-3.0-or-later
WebSite: http://openfixmap.bmaron.net
SourceCode: https://github.com/eMerzh/OpenFixMap
IssueTracker: https://github.com/eMerzh/OpenFixMap/issues
AutoName: OpenFixMap
Summary: Display and edit OpenStreetMap errors
Description: |-
Shows errors of OpenStreetMap on a map/specific location and let's you fix
those. It can for example fetch errors reported by users on OpenStreetBugs. It
can also take errors from machine computed error lists as KeepRight.
RepoType: git
Repo: https://github.com/eMerzh/OpenFixMap
Builds:
- versionName: 0.5.4
versionCode: 12
commit: f7d855fc7f1dff3e28463a3289e14979820dc835
init: rm lib/*
srclibs:
- osmdroid/osmdroid-android@osmdroid-parent-4.1
extlibs:
- acra/acra-4.2.3.jar
- sl4j/slf4j-android-1.6.1-RC1.jar
target: android-8
build:
- pushd $$osmdroid$$
- $$MVN3$$ package
- popd
- cp $$osmdroid$$/target/osmdroid-android-4.1.jar libs/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.5.4
CurrentVersionCode: 12