fdroiddata/metadata/de.ub0r.android.portaltimer.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

31 lines
823 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/felixb/portal-timer
IssueTracker: https://github.com/felixb/portal-timer/issues
AutoName: Portal Timer
Summary: Timer for Ingress portals
Description: |-
Sits in your notification tray and times your ingress portal hack cool down
periods. For example, as of this writing, you can only hack a portal once every
five minutes. This app keeps track of how long of a cool-down time still
remains.
RepoType: git
Repo: https://github.com/felixb/portal-timer
Builds:
- versionName: '1.5'
versionCode: 7150000
commit: a530170d29bc0eac983f516dbe4d97182a181366
rm:
- libs/*
extlibs:
- android/android-support-v4.jar
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.5'
CurrentVersionCode: 7150000