fdroiddata/metadata/com.code61.deadpixel.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

35 lines
944 B
YAML

Categories:
- Graphics
License: GPL-3.0-only
SourceCode: https://github.com/SrpMtt/DeadPixel
IssueTracker: https://github.com/SrpMtt/DeadPixel/issues
AutoName: DeadPixel
Summary: Spot dead pixels
Description: |-
Identify dead or stuck pixels by selecting a color to find incorrect pixels on
your display; tap on the screen to change color.
RepoType: git
Repo: https://github.com/SrpMtt/DeadPixel
Builds:
- versionName: '1.0'
versionCode: 2
commit: d6e0eab6a7c6102dee0f7f2a01c6fd6df4f11cf8
srclibs:
- 1:Support/v7/appcompat@android-5.0.1_r1
extlibs:
- android/android-support-v4.jar
prebuild:
- mv java src
- echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties
> ant.properties
- cp libs/android-support-v4.jar $$Support$$/libs/
target: android-21
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 2