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

30 lines
812 B
YAML

Categories:
- Science & Education
License: Apache-2.0
SourceCode: https://github.com/jfedor2/nxt-remote-control
IssueTracker: https://github.com/jfedor2/nxt-remote-control/issues
AutoName: NXT Remote Control
Summary: Control Lego robots
Description: |-
Lets you control Lego Mindstorms NXT robots from an Android phone via Bluetooth.
Protocol is [http://mindstorms.lego.com/en-us/support/files/default.aspx
documented] on Lego website.
The official [https://github.com/NXT/LEGO-MINDSTORMS-MINDdroid MINDdroid] app is
also free software.
RepoType: git
Repo: https://github.com/jfedor2/nxt-remote-control
Builds:
- versionName: '1.4'
versionCode: 5
commit: 44f28e765f2e49348dd5f2c
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.4'
CurrentVersionCode: 5