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

24 lines
605 B
YAML

Categories:
- Writing
License: Apache-2.0
WebSite: https://code.google.com/p/android-traditional-chinese-ime
SourceCode: https://code.google.com/p/android-traditional-chinese-ime/source
AutoName: 注音倉頡輸入法
Summary: Keyboard for zh_TW
Description: See the website for a visual guide to setting it up.
RepoType: git-svn
Repo: https://android-traditional-chinese-ime.googlecode.com/svn;trunk=trunk;tags=tags
Builds:
- versionName: '1.0'
versionCode: 113
commit: '13'
target: android-4
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.0'
CurrentVersionCode: 113