fdroiddata/metadata/com.google.code.geobeagle.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

38 lines
1.2 KiB
YAML

Categories:
- Navigation
License: Apache-2.0
WebSite: https://code.google.com/p/geobeagle
SourceCode: https://code.google.com/p/geobeagle/source
AutoName: GeoBeagle
Summary: Search for geocaches/letterboxes
Description: |-
Geocaches are objects that have been hidden in the real world; the game of
geocaching is finding these objects around you.
Jacob Paulsen did a
[http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style YouTube
video] featuring GeoBeagle.
RepoType: hg
Repo: https://code.google.com/p/geobeagle
Builds:
- versionName: 1.4.15
versionCode: 206
disable: wip a868e85b7acf
commit: unknown - see disabled
subdir: trunk/GeoBeagle
extlibs:
- roboguice/roboguice-1.1.jar
prebuild:
- cp -r factory/com/google/code/geobeagle src/com/google/code/geobeagle/
- cp -r factory/roboguice/util/ src/com/google/code/geobeagle/
- sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library
android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.4.15
CurrentVersionCode: 206