fdroiddata/metadata/com.googlecode.openwnn.legacy.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

31 lines
790 B
YAML

Categories:
- Writing
License: Apache-2.0
WebSite: http://www.posunitech.com
SourceCode: https://code.google.com/p/openwnn-legacy/source
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.lee%40gmail%2ecom&item_name=Donate%20to%20OpenWnn
Name: OpenWnn Legacy
AutoName: OpenWnn Lagency
Summary: zh_CN/ja keyboard
Description: |-
OpenWnn with Chinese/Japanese IME support based on OpenWnn 1.3.1 from Android
Open Source Project.
RepoType: git-svn
Repo: https://openwnn-legacy.googlecode.com/svn/trunk
Builds:
- versionName: 1.3.3
versionCode: 133
commit: '11'
subdir: openwnn-legacy
prebuild: rm -rf libs assets obj
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.3.3
CurrentVersionCode: 133