6c177c1fc3
!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 ```
42 lines
976 B
YAML
42 lines
976 B
YAML
Categories:
|
|
- Games
|
|
License: MIT
|
|
AuthorName: Nico Alt
|
|
AuthorEmail: nicoalt@posteo.org
|
|
SourceCode: https://gitlab.com/NicoAlt/gpt
|
|
IssueTracker: https://gitlab.com/NicoAlt/gpt/issues
|
|
Changelog: https://gitlab.com/NicoAlt/gpt/tags
|
|
|
|
Name: Gameplay Timer
|
|
AutoName: GPT
|
|
Summary: Notification on Game Events
|
|
Description: |-
|
|
As of April 2018, this app is unmaintained.
|
|
|
|
With Gameplay Timer you will never miss an event in your favourite game again
|
|
because you will get instantly notified when something important happens.
|
|
|
|
Current Games are for example League of Legends, Dota 2 or Starcraft 2.
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/NicoAlt/gpt.git
|
|
|
|
Builds:
|
|
- versionName: '0.35'
|
|
versionCode: 6
|
|
commit: '0.35'
|
|
subdir: GameplayTimer
|
|
|
|
- versionName: '0.40'
|
|
versionCode: 7
|
|
commit: '0.40'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '0.40'
|
|
CurrentVersionCode: 7
|