fdroiddata/metadata/com.hexad.bluezime.hidenabler.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

27 lines
806 B
YAML

Categories:
- System
- Games
License: LGPL-3.0-only
WebSite: https://code.google.com/p/android-bluez-ime
SourceCode: https://code.google.com/p/android-bluez-ime/source
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal%40hexad%2edk&item_name=BluezIME%20Donation&no_shipping=2&no_note=1&tax=0&currency_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8
AutoName: BluezIME HID Enabler
Summary: Addon for Bluez-ime
Description: |-
Allow bluetooth HID devices like keyboards, mice and joypads to connect to your
phone/tablet.
RepoType: git-svn
Repo: https://android-bluez-ime.googlecode.com/svn/trunk/BluezIME-HIDEnabler
Builds:
- versionName: '1.0'
versionCode: 1
commit: '78'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.0'
CurrentVersionCode: 1