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 ```
23 lines
586 B
YAML
23 lines
586 B
YAML
Disabled: Non-free dependency
|
|
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Navigation
|
|
License: BSD-3-Clause
|
|
SourceCode: https://github.com/CaptainSpam/geohashdroid
|
|
IssueTracker: https://github.com/CaptainSpam/geohashdroid/issues
|
|
|
|
AutoName: Geohash Droid
|
|
Summary: Geohashing app
|
|
Description: |-
|
|
Geohash Droid can auto-detect your graticule, calculate the day's meetup point,
|
|
and follow you as you travel towards it.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/CaptainSpam/geohashdroid
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.7.18
|
|
CurrentVersionCode: 703
|