fdroiddata/metadata/de.mreiter.countit.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

28 lines
748 B
YAML

Categories:
- Time
License: GPL-3.0-only
WebSite: https://bitbucket.org/m_reiter/countit
SourceCode: https://bitbucket.org/m_reiter/countit/src
IssueTracker: https://bitbucket.org/m_reiter/countit/issues
AutoName: Count It!
Summary: Multiple counters on a secreen
Description: |-
CountIt is a simple counter app that provides up to 16 counters, implemented as
a grid of Buttons. Each button shows the counter's value and an optional label.
Pressing the button increases the counter by 1.
RepoType: hg
Repo: https://bitbucket.org/m_reiter/countit
Builds:
- versionName: 1.0.1
versionCode: 2
disable: rebuild pending
commit: 1.0.1
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.1
CurrentVersionCode: 2