fdroiddata/metadata/com.ciarang.tallyphant.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

42 lines
1.1 KiB
YAML

Categories:
- Writing
License: GPL-3.0-only
WebSite: https://gitlab.com/CiaranG/tallyphant
SourceCode: https://gitlab.com/CiaranG/tallyphant/tree/HEAD
IssueTracker: https://gitlab.com/CiaranG/tallyphant/issues
FlattrID: '474713'
AutoName: Tallyphant
Summary: Counter
Description: |-
A simple counting application. Count any number of items simultanously, either
up or down. Can be set to vibrate, beep or speak when the values change.
Live data can also be send via UDP to a networked computer, and results can be
shared via email, etc.
RepoType: git
Repo: https://gitlab.com/CiaranG/tallyphant.git
Builds:
- versionName: '0.1'
versionCode: 2
commit: 065a77a8d508746c6838b6892f68d7b35ac10608
- versionName: '0.2'
versionCode: 3
commit: 38c8d82a1b19c7313aea5cdaae9f93a95fcaac32
- versionName: '0.3'
versionCode: 4
commit: cbe9aa47adb5ac24244b4e80484fee3eb356cf8b
- versionName: '0.4'
versionCode: 5
commit: f207fbd7d2d7a682ba71c4fa7c446cc636401cba
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '0.4'
CurrentVersionCode: 5