fdroiddata/metadata/com.gs.mobileprint.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
590 B
YAML

Categories:
- Connectivity
License: GPL-3.0-only
WebSite: https://sourceforge.net/projects/mobileprint
IssueTracker: https://sourceforge.net/p/mobileprint/tickets
AutoName: MobilePrint
Summary: Mobile Printing through a server
Description: |-
Currently requires Windows XP or newer on a PC connected to a computer, though
the author wishes to develop servers for the other platforms.
Status: Beta
Builds:
- versionName: '0.5'
versionCode: 1
commit: '1'
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0.5'
CurrentVersionCode: 1
NoSourceSince: '0.6'