6c177c1fc3
!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 ```
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/diedricm/MapEver
|
|
IssueTracker: https://github.com/diedricm/MapEver/issues
|
|
|
|
AutoName: MapEver
|
|
Summary: Offline navigation on photographed maps
|
|
Description: |-
|
|
MapEver allows you to easily navigate in small areas (e.g. zoos or parks) where
|
|
specific online maps are not available. Using only the phone's GPS, you can
|
|
navigate on a photographed map of your location to get around smoothly.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/diedricm/MapEver.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: MapEver
|
|
submodules: true
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
prebuild:
|
|
- mkdir libs
|
|
- cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs
|
|
- rm -R ../opencv/3rdparty/lib/
|
|
target: android-21
|
|
build:
|
|
- export ANDROID_NDK=$$NDK$$
|
|
- cd ../opencv/platforms
|
|
- sh ./scripts/cmake_android_arm.sh
|
|
- cd build_android_arm
|
|
- make -j6
|
|
- cp -r lib/armeabi-v7a ../../../MapEver/libs/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|