fdroiddata/metadata/com.ssaurel.clocklw.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

26 lines
667 B
YAML

Categories:
- Theming
- Multimedia
License: MIT
SourceCode: https://github.com/ssaurel/android-clock-livewallpaper
IssueTracker: https://github.com/ssaurel/android-clock-livewallpaper/issues
AutoName: Clock Live Wallpaper
Summary: LiveWallpaper featuring a clock
Description: |-
This wallpaper shows a live/working clock. It is based on a tutorial session
linked in the README.
RepoType: git
Repo: https://github.com/ssaurel/android-clock-livewallpaper
Builds:
- versionName: '1.0'
versionCode: 1
commit: 9902c84c919f34efa45f9d2ec915e7694210e06f
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1