fdroiddata/metadata/com.nilhcem.frcndict.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

40 lines
970 B
YAML

Categories:
- Reading
License: BSD-3-Clause
SourceCode: https://github.com/Nilhcem/frcndict-android
IssueTracker: https://github.com/Nilhcem/frcndict-android/issues
AutoName: Chinese French Dictionary
Summary: French/Chinese dictionary
Description: |-
Older versions require a modified version of the
[http://www.chine-informations.com/chinois/open/CFDICT CFDICT] dictionary to be
downloaded.
RepoType: git
Repo: https://github.com/Nilhcem/frcndict-android
Builds:
- versionName: 1.6.1
versionCode: 8
commit: v1.6.1
prebuild:
- sed -i 's/logging\.level=4/logging.level=0/' ant.properties
- ant clean config
- versionName: 1.7.1
versionCode: 10
commit: v1.7.1
prebuild:
- sed -i 's/logging\.level=4/logging.level=0/' ant.properties
- ant clean config
- versionName: 1.8.0
versionCode: 11
commit: v1.8
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.8.0
CurrentVersionCode: 11