fdroiddata/metadata/com.wolas.awesomewallpaper.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

36 lines
920 B
YAML

Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://github.com/vvolas/Awesome-Live-Wallpaper
IssueTracker: https://github.com/vvolas/Awesome-Live-Wallpaper/issues
AutoName: AwesomeWallpaper
Summary: Live wallpaper with a happy llama
Description: |-
Live wallpaper featuring a happy llama in a happy world with everything smiling
as well as some other internet memes. See the
[https://www.youtube.com/watch?v=Z81cpkYk7nc preview video on YouTube].
RepoType: git
Repo: https://github.com/vvolas/Awesome-Live-Wallpaper
Builds:
- versionName: '1.0'
versionCode: 1
commit: aff1f93060e0dc8fe9bf448d59da1b41b1d74677
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: ae56b3342799d06fbc87e6eaf186c4424b1f9118
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 2