fdroiddata/metadata/de.repat.mosf.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

30 lines
718 B
YAML

Categories:
- System
License: MIT
WebSite: http://repat.de/2014/01/minimal-open-source-flashlight
SourceCode: https://github.com/repat/mosf
IssueTracker: https://github.com/repat/mosf/issues
AutoName: Flashlight
Summary: Use camera LED as flashlight
Description: |-
Minimalistic approach to flashlights on Android. It consists of only one switch
to turn the camera LED on and off.
RepoType: git
Repo: https://github.com/repat/mosf
Builds:
- versionName: 1.0.3
versionCode: 5
commit: 966bc632d3b776a338154eda566b8f45601b72f9
rm:
- libs/*
extlibs:
- android/android-support-v4.jar
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.3
CurrentVersionCode: 5