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 ```
23 lines
514 B
YAML
23 lines
514 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/timvdalen/gizmooi
|
|
IssueTracker: https://github.com/timvdalen/gizmooi/issues
|
|
|
|
AutoName: Gizmooi
|
|
Summary: Widget that displays pictures
|
|
Description: Widget that will display a different nice photo each day.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/timvdalen/gizmooi.git
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 5
|
|
commit: a05b331
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 5
|