fdroiddata/metadata/net.aangle.rvclock.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
647 B
YAML

Categories:
- Theming
License: GPL-3.0-only
WebSite: http://android.acute-angle.net
SourceCode: https://bitbucket.org/uaraven/rvclock
IssueTracker: https://bitbucket.org/uaraven/rvclock/issues
AutoName: RvClock
Summary: Clock widget
Description: |-
Clock in the style of the Cowon D3 clock, with customizable colours for the
hours and minutes.
The font used is PT Sans Narrow which is licensed under the SIL.
RepoType: hg
Repo: https://bitbucket.org/uaraven/rvclock
Builds:
- versionName: 1.3.2
versionCode: 7
commit: '19'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.3.2
CurrentVersionCode: 7