fdroiddata/metadata/com.zoffcc.applications.aagtl.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

35 lines
863 B
YAML

Categories:
- Navigation
License: GPL-2.0-only
WebSite: http://aagtl.work.zoff.cc
SourceCode: https://aagtl.zoffcc.com/aagtl_public1
AutoName: aagtl
Summary: Geocaching aide
Description: |-
Loosely based on AGTL, a geocaching app for Maemo/Meego. This uses info from
geocaching.com so you will need an account there. Works completely offline (if
you download the cache details beforehand) and uses OpenStreetMap maps.
RepoType: git-svn
Repo: https://aagtl.zoffcc.com/aagtl_public1
Builds:
- versionName: 1.0.30
versionCode: 30
disable: Location of corresponding source not obvious
commit: unknown - see disabled
- versionName: 1.0.31
versionCode: 31
commit: '3'
- versionName: 1.0.36
versionCode: 36
commit: '4'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.36
CurrentVersionCode: 36