fdroiddata/metadata/com.wentam.defcol.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
706 B
YAML

Categories:
- Graphics
License: Apache-2.0
SourceCode: https://github.com/wentam/DefCol
IssueTracker: https://github.com/wentam/DefCol/issues
AutoName: DefCol
Summary: Palette and color manager
Description: |-
Allows you to create palettes (color swatches/schemes) with the radial palette,
and edit them with a color picker. The color picker will also scale to the size
of your screen. You can also connect DefCol to your computer to make those
palettes useful.
RepoType: git
Repo: https://github.com/wentam/DefCol.git
Builds:
- versionName: 0.9.10
versionCode: 6
commit: f1e38
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.9.10
CurrentVersionCode: 6