fdroiddata/metadata/net.phunehehe.foocam.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

38 lines
812 B
YAML

Categories:
- Multimedia
License: MPL-2.0
SourceCode: https://github.com/phunehehe/fooCam
IssueTracker: https://github.com/phunehehe/fooCam/issues
AutoName: fooCam beta
Summary: Autobracketing camera
Description: |-
fooCam takes multiple successive shots with different exposure settings. The
resulting images can be post-processed using image editors such as Luminance HDR
and Gimp to produce HDR images.
RepoType: git
Repo: https://github.com/phunehehe/fooCam.git
Builds:
- versionName: v1.1
versionCode: 3
commit: v1.1
subdir: fooCam
gradle:
- yes
- versionName: v1.2
versionCode: 4
commit: v1.2
subdir: fooCam
gradle:
- yes
MaintainerNotes: Remove jars!
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: v1.2
CurrentVersionCode: 4