fdroiddata/metadata/com.color.colornamer.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

33 lines
783 B
YAML

Categories:
- System
License: GPL-3.0-only
WebSite: http://www.dektar.com
SourceCode: https://github.com/kaytdek/ColorNamer
IssueTracker: https://github.com/kaytdek/ColorNamer/issues
AutoName: Color Namer
Summary: Names for colours
Description: |-
Ever wondered what the name for that colour is? Or wanted the code for a colour
that could be described as 'dusty'?
Identify colours via the camera and the xkcd survey and share them. Set colours
to wallpaper.
RepoType: git
Repo: https://github.com/kaytdek/ColorNamer.git
Builds:
- versionName: '2.3'
versionCode: 8
commit: fed05971fc580
- versionName: '2.32'
versionCode: 10
commit: 54eb756f0
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.32'
CurrentVersionCode: 10