6dc775b236
```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 ```
25 lines
673 B
YAML
25 lines
673 B
YAML
Categories:
|
|
- Multimedia
|
|
- Graphics
|
|
License: MIT
|
|
WebSite: http://mugcupsoup.sakura.ne.jp/2013/04/12/srlmapp/
|
|
SourceCode: https://github.com/mugcupsoup/SimpleReflectedLightMeter
|
|
IssueTracker: https://github.com/mugcupsoup/SimpleReflectedLightMeter/issues
|
|
|
|
AutoName: Simple Reflected Light Meter
|
|
Summary: Light meter for photographers
|
|
Description: Use the device's camera to calculate proper exposure.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mugcupsoup/SimpleReflectedLightMeter
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: a8f388a3bfc38da525b4df2720952bc1c81d2bba
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|