fdroiddata/metadata/com.bri1.soundbored.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

28 lines
727 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/nezvadovitz/soundbored
IssueTracker: https://github.com/nezvadovitz/soundbored/issues
AutoName: Instant Sound Effects
Summary: Comedy soundboard
Description: |-
Play various sound effects, each indicating that you're bored; including
rim-shots and crickets. In other words, it's a sound-bored (''trombone sound'').
Builds:
- versionName: '2.0'
versionCode: 3
commit: 42ed
extlibs:
- android/android-support-v4.jar
MaintainerNotes: Source repo disappeared from https://github.com/nezvadovitz/soundbored.git
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '0'
CurrentVersionCode: 0
NoSourceSince: '2.1'