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 ```
39 lines
1 KiB
YAML
39 lines
1 KiB
YAML
Categories:
|
|
- Games
|
|
- Time
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/esahekmat/ChessWatch
|
|
IssueTracker: https://github.com/esahekmat/ChessWatch/issues
|
|
Changelog: https://github.com/esahekmat/ChessWatch/releases
|
|
|
|
AutoName: ChessWatch
|
|
Summary: Simple chess clock
|
|
Description: |-
|
|
Clock for games like chess. It uses [https://en.wikipedia.org/wiki/Time_control
|
|
Fischer-After time control] method. To use, you should provide time for each
|
|
player as initial time and delay time. After each move the delay time will be
|
|
added to the remaining time of the player.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/esahekmat/ChessWatch
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
srclibs:
|
|
- 1:appcompat@v7
|
|
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
srclibs:
|
|
- 1:appcompat@v7
|
|
prebuild: cp libs/android-support-v4.jar $$appcompat$$/libs/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|