fdroiddata/metadata/org.aprsdroid.app.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

25 lines
617 B
YAML

Categories:
- Connectivity
License: GPL-2.0-only
WebSite: http://aprsdroid.org
SourceCode: https://github.com/ge0rg/aprsdroid
IssueTracker: https://github.com/ge0rg/aprsdroid/issues
AutoName: APRSdroid
Summary: Amateur radio operation
Description: |-
Report your position to the APRS-IS network and view nearby stations on a map. A
radio operator callsign is required.
RepoType: git
Repo: https://github.com/ge0rg/aprsdroid.git
Builds:
- versionName: 1.2.0
versionCode: 10
disable: contains scala code 6060f53846
commit: unknown - see disabled
AutoUpdateMode: None
UpdateCheckMode: Static