fdroiddata/metadata/org.androidappdev.batterywidget.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

24 lines
554 B
YAML

Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://github.com/hmrocha/batterywidget
IssueTracker: https://github.com/hmrocha/batterywidget/issues
AutoName: Battery Widget
Summary: Battery info
Description: Spherical battery widget surrounded by lights that can show temperature
RepoType: git
Repo: https://github.com/hmrocha/batterywidget.git
Builds:
- versionName: 0.6.2
versionCode: 13
commit: '7700115'
target: android-15
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.6.2
CurrentVersionCode: 13