fdroiddata/metadata/com.jelly.theme.revenge.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

24 lines
547 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/enricocid/JellyRevenge-CM11-theme
AutoName: JellyRevenge
Summary: Dark/Holo based theme for Cyanogenmod
Description: Simple, dark theme with Holo accent compatible with Cyanogenmod 11 theme
engine.
Builds:
- versionName: '11'
versionCode: 11
commit: 25a46a38496ccec81e9fc73ef49a5421311f83a3
MaintainerNotes: Github project deleted or made private.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0'
CurrentVersionCode: 0
NoSourceSince: '12'