fdroiddata/metadata/org.debian.eugen.headingcalculator.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

28 lines
717 B
YAML

Categories:
- Navigation
License: GPL-3.0-only
SourceCode: https://github.com/eugmes/headingcalculator
IssueTracker: https://github.com/eugmes/headingcalculator/issues
AutoName: Heading Calculator
Summary: Flight navigation aid
Description: |-
Calculate true heading (TH) and ground speed (GS) of an aircraft from given true
airspeed (TAS), true course (TC), and wind direction and speed (WD/WS).
RepoType: git
Repo: https://github.com/eugmes/headingcalculator.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: b84e2dd930c1ec9c0f8198a6d2d4f6638675c0ac
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1