fdroiddata/metadata/com.rubenroy.minimaltodo.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

27 lines
612 B
YAML

Categories:
- Writing
License: MIT
SourceCode: https://github.com/rubenroy/Minimal-Todo
AutoName: Minimal
Summary: Minimal TODO lists
Description: |-
Minimal todo is a very light and useful app, allowing you to add todos easily
and quickly. It follows the Material guidelines completely.
RepoType: git
Repo: https://github.com/rubenroy/Minimal-Todo.git
Builds:
- versionName: '1.2'
versionCode: 3
commit: 7cd0fa0de23fe5f0058cfb50d530e81da7b3eebb
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest/fdroid
CurrentVersion: '1.2'
CurrentVersionCode: 3