fdroiddata/metadata/net.micode.compass.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
550 B
YAML

Categories:
- Navigation
License: Apache-2.0
WebSite: http://www.micode.net
SourceCode: https://github.com/MiCode/Compass
IssueTracker: https://github.com/MiCode/Compass/issues
AutoName: Compass
Summary: Graphical compass
Description: Compass with a realistic look.
RepoType: git
Repo: https://github.com/MiCode/Compass.git
Builds:
- versionName: '0.1'
versionCode: 1
commit: 077fdb627bb7511f52cde8eddfdc24c2409e4190
target: android-8
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '0.1'
CurrentVersionCode: 1