fdroiddata/metadata/org.nerdcircus.android.klaxon.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

24 lines
679 B
YAML

Categories:
- Phone & SMS
License: Apache-2.0
SourceCode: https://archive.softwareheritage.org/browse/origin/https://klaxon.googlecode.com/directory/
Name: Klaxon
Summary: SMS-based pager
Description: |-
Klaxon is a tool designed for on-call personnel, that repeatedly notifies the
user (by means of a ringtone, vibration or both) when a page is received until
the user looks at it. A page to Klaxon is an SMS message, optionally meeting
filtering criteria set by the user.
Builds:
- versionName: '0.27'
versionCode: 27
commit: '144'
target: android-14
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '0.27'
CurrentVersionCode: 27