fdroiddata/metadata/org.ironrabbit.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

39 lines
1 KiB
YAML

Categories:
- Reading
License: Apache-2.0
SourceCode: https://github.com/iamironrabbit/bho
IssueTracker: https://github.com/iamironrabbit/bho/issues
AutoName: Tibetan Pad
Summary: Read Tibetan script
Description: |-
View any Tibetan text or webpage by using the "Share Via" feature of other apps
like Browser, Email or Messaging: even if your device doesn't have the fonts.
Text can be edited with a Tibetan keyboard like [[org.ironrabbit.bhoboard]].
RepoType: srclib
Repo: Bho
Builds:
- versionName: 0.0.6
versionCode: 6
commit: 33c4d0f94
subdir: BhoView
srclibs:
- ActionBarSherlock@4.2.0
- Jericho@3.3
prebuild:
- sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- mkdir -p libs/
- rm -rf ../TibTxt/releases
- cp $$Jericho$$/compile-time-dependencies/* libs/
- cp -r $$Jericho$$/src/java/net src/
androidupdate:
- .
- ../TibetanTextLibrary
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.0.6
CurrentVersionCode: 6