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

29 lines
676 B
YAML

Categories:
- Reading
License: MIT
SourceCode: https://github.com/vishnus/Olam
IssueTracker: https://github.com/vishnus/Olam/issues
AutoName: Olam
Summary: English-Malayalam dictionary
Description: |-
Quickly search for the defintions of hundreds of thousands of English/ Malayalam
words. Based on the [http://olam.in/ Olan webservice].
RepoType: git
Repo: https://github.com/vishnus/Olam
Builds:
- versionName: '1.0'
versionCode: 1
commit: 58a698f9628abd6d180b03af120e25735bb0016a
rm:
- libs/*
extlibs:
- android/android-support-v4.jar
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1