fdroiddata/metadata/com.googlecode.chartdroid.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
748 B
YAML

Categories:
- Multimedia
License: Apache-2.0
SourceCode: https://github.com/kostmo/chartdroid
IssueTracker: https://github.com/kostmo/chartdroid/issues
AutoName: ChartDroid Core
Summary: Chart engine
Description: |-
You don't need to install this unless another app needs it. ChartDroid is an
Intent-based "library application" for static chart and graph generation on
Android. Other applications can use it to graph/plot/display numerical data in
many representations by implementing a ContentProvider.
RepoType: git
Repo: https://github.com/kostmo/chartdroid
Builds:
- versionName: 2.0.0
versionCode: 18
commit: '294'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.0
CurrentVersionCode: 18