fdroiddata/metadata/org.katsarov.dofcalc.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

24 lines
572 B
YAML

Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: http://code.webface.bg/dof-calculator.html
AutoName: DoF Calculator
Summary: Depth of field calculator
Description: |-
DoF Calculator calculates depth of field (in photography) depending on selected
camera/sensor type, focal length, aperture value and distance to subject.
RepoType: git
Repo: http://code.webface.bg/git/DoFcalc.git
Builds:
- versionName: '1.1'
versionCode: 1
commit: v1.1
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1