fdroiddata/metadata/com.lucasdnd.decimaltimeclockwidget.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

28 lines
819 B
YAML

Categories:
- Time
License: GPL-2.0-or-later
SourceCode: https://github.com/lucasdnd/decimal-clock-widget
IssueTracker: https://github.com/lucasdnd/decimal-clock-widget/issues
AutoName: Decimal Time Clock Widget
Summary: Shows decimal clock as a widget
Description: |-
Add a decimal clock widget to your homescreen.
* Time of day represented in 100 time units, each divided in 100 equal parts.
* Date can be represented on both the Gregorian format and Isaac Asimov's World Season Calendar format.
RepoType: git
Repo: https://github.com/lucasdnd/decimal-clock-widget
Builds:
- versionName: 1.4.1
versionCode: 10
commit: c87f59a3b5f3eeaab553264bd9a6b928edfaac44
subdir: decimal-clock-widget
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.4.1
CurrentVersionCode: 10