fdroiddata/metadata/com.hermit.btreprap.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

26 lines
729 B
YAML

Categories:
- Connectivity
License: CC-BY-SA-3.0
SourceCode: https://github.com/pipakin/Android-Bluetooth-Reprap
IssueTracker: https://github.com/pipakin/Android-Bluetooth-Reprap/issues
FlattrID: '434849'
AutoName: Bluetooth RepRap
Summary: Reprap (3D printer) controller
Description: |-
Print directly to a RepRap device over Bluetooth. The RepRap project is an
initiative to develop a 3D printer that can print most of its own components.
RepoType: git
Repo: https://github.com/pipakin/Android-Bluetooth-Reprap.git
Builds:
- versionName: 0.3.0
versionCode: 3
commit: eb6577aa26c672b255a9e57784f161ce4694cc39
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.3.0
CurrentVersionCode: 3