fdroiddata/metadata/com.smerty.ham.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

39 lines
1.1 KiB
YAML

Categories:
- Science & Education
License: BSD-3-Clause
SourceCode: https://github.com/Smerty/ham.android
IssueTracker: https://github.com/Smerty/ham.android/issues
AutoName: Ham
Summary: Amateur radio tools
Description: |-
Solar / calculated band conditions, Maidenhead Grid Locator & Callsign lookups
via QRZ.com XML subscription. If you have a non-premium (free) account on
QRZ.com, you will only get the name and country of callsigns. We are looking at
offering more callsign databases. Many free sources only contain US hams, which
is of limited use for many users.
RepoType: git
Repo: https://github.com/Smerty/ham.android.git
Builds:
- versionName: 1.5.7
versionCode: 18
commit: 8721a4ecf8
maven: 'yes'
prebuild: sed -i 's/true/false/g' AndroidManifest.xml
- versionName: 1.6.0
versionCode: 19
disable: not on gplay at b1b76390a0
commit: b1b76390a0
srclibs:
- Ion@c41d79c606
- etc@etc
prebuild: sed -i 's/true/false/g' AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.6.0
CurrentVersionCode: 19