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 ```
24 lines
483 B
YAML
24 lines
483 B
YAML
Categories:
|
|
- Navigation
|
|
License: Apache-2.0
|
|
WebSite: http://www.pierrox.net/cmsms/open-source/marine-compass-2.html
|
|
|
|
AutoName: Marine Compass
|
|
Summary: Compass
|
|
Description: |-
|
|
Uses the magnetic sensor to show the orientation.
|
|
|
|
We don't have v2.0+ as the source code isn't published.
|
|
|
|
Builds:
|
|
- versionName: 1.2.4
|
|
versionCode: 10
|
|
commit: mcompass-1.2.4
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.2.4
|
|
CurrentVersionCode: 10
|
|
|
|
NoSourceSince: 1.2.5
|