6c177c1fc3
!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 ```
28 lines
669 B
YAML
28 lines
669 B
YAML
Categories:
|
|
- Multimedia
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/MiCode/SoundRecorder
|
|
IssueTracker: https://github.com/MiCode/SoundRecorder/issues
|
|
|
|
AutoName: Sound Recorder
|
|
Summary: Record your voice
|
|
Description: |-
|
|
Simple sound recorder from the MiCode project.
|
|
|
|
Uses AMR encoder which is part of Android though patent-encumbered, but a
|
|
license to use it probably comes with your device.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/MiCode/SoundRecorder.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 16efc01
|
|
target: android-15
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|