6dc775b236
```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 ```
25 lines
622 B
YAML
25 lines
622 B
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-only
|
|
WebSite: http://www.irahul.com
|
|
SourceCode: https://github.com/rahulaga/WorldClock
|
|
IssueTracker: https://github.com/rahulaga/WorldClock/issues
|
|
Donate: http://www.androidopensourceapps.org/p/donate.html
|
|
|
|
AutoName: World Clock
|
|
Summary: Display multiple clocks for selected timezones
|
|
Description: See what the time is in many different places at once.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/rahulaga/WorldClock.git
|
|
|
|
Builds:
|
|
- versionName: '0.6'
|
|
versionCode: 2
|
|
commit: bb6a003
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.6'
|
|
CurrentVersionCode: 2
|