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 ```
17 lines
526 B
YAML
17 lines
526 B
YAML
Disabled: Because nobody wanted to build when it was still in a repo
|
|
Categories:
|
|
- Multimedia
|
|
License: GPL-2.0-only
|
|
WebSite: https://code.google.com/p/moonblink/wiki/Audalyzer
|
|
SourceCode: https://code.google.com/p/moonblink/downloads
|
|
|
|
Summary: Realtime audio analyzer
|
|
Description: |-
|
|
A simple audio analyser that displays sound readings from the microphone as a
|
|
waveform display, as a frequency spectrum, and as a dB meter.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.15'
|
|
CurrentVersionCode: 16
|