fdroiddata/metadata/jackpal.droidexaminer.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

27 lines
632 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://bitbucket.org/wiffenproof/droid-examiner
IssueTracker: https://bitbucket.org/wiffenproof/droid-examiner/issues
AutoName: Droid Examiner
Summary: Device info
Description: |-
Simple app to display information about device hardware and software. Doesn't
require a touchscreen.
RepoType: git
Repo: https://github.com/jackpal/droid-examiner.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: f35fa73
extlibs:
- android/android-support-v4.jar
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1