fdroiddata/metadata/jp.softstudio.DriversLicenseReader.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

26 lines
667 B
YAML

Categories:
- Reading
License: MIT
SourceCode: https://github.com/soft-studio/NFC_DriversLicenseReader
IssueTracker: https://github.com/soft-studio/NFC_DriversLicenseReader/issues
Name: NFC Drivers License Reader
AutoName: 運転免許証リーダー
Summary: Read Japanese driving licenses
Description: |-
Scan Japanese driving licenses with the NFC reader on your device and read more
info on them.
RepoType: git
Repo: https://github.com/soft-studio/NFC_DriversLicenseReader.git
Builds:
- versionName: '1.4'
versionCode: 5
commit: d04e9e9d90184c
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.4'
CurrentVersionCode: 5