fdroiddata/metadata/org.androhid.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

25 lines
885 B
YAML

Disabled: Still not buildable, no code updates for three years
Categories:
- Connectivity
License: GPL-3.0-only
WebSite: https://code.google.com/p/androhid
SourceCode: https://code.google.com/p/androhid/source
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6R56TQAX8GTVQ
AutoName: AndroHid
Summary: Bluetooth HID (keyboard) implementation
Description: |-
Use your android device as a bluetooth keyboard. Sending keystroke events over
the bluetooth HID protocol to your computer, allows you to remotely control your
PC or Laptop. As the bluetooth HID protocol is a standard specification which is
provided by most modern operating systems you don't have to install any further
software on the host.
RequiresRoot: 'yes'
RepoType: git-svn
Repo: https://androhid.googlecode.com/svn/trunk
AutoUpdateMode: None
UpdateCheckMode: Static