6c177c1fc3
!5262 ```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 ```
30 lines
682 B
YAML
30 lines
682 B
YAML
Categories:
|
|
- Reading
|
|
- Writing
|
|
License: MIT
|
|
SourceCode: https://github.com/chschtsch/milon-android
|
|
IssueTracker: https://github.com/chschtsch/milon-android/issues
|
|
|
|
AutoName: Milon Hapashut
|
|
Summary: Translate Hebrew to English and vice versa
|
|
Description: |-
|
|
Look up and translate words with this Hebrew-English and English-Hebrew
|
|
dictionary.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/chschtsch/milon-android
|
|
|
|
Builds:
|
|
- versionName: 0.0.1
|
|
versionCode: 1
|
|
disable: remove apk
|
|
commit: f6ded74665c61e1632e91a59d351a4b6d923541b
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.0.1
|
|
CurrentVersionCode: 1
|