mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Setting CVC to 0 was an old way to make `fdroid update` use the highest versionCode as the CurrentVersionCode. This has been obsolete for a while, so its time to purge these. Now, when CurrentVersionCode is unset, then the highest versionCode is used. sed -i -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
Categories:
|
|
- Games
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/JhilanAlkarawi/Swiss-Tournament
|
|
|
|
AutoName: Swiss Chess Tournament
|
|
Description: |-
|
|
A Swiss system is common system to use when it is not feasible to play as many
|
|
rounds as required in a round-robin tournament, the system is commonly used in
|
|
chess, Go, bridge, eSports, Scrabble, squash.
|
|
|
|
Features:
|
|
|
|
* archive tournaments
|
|
* generate pairings and color assignments
|
|
* break ties
|
|
* handle Byes
|
|
* one Bye for player per tournament
|
|
* avoid rematch
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 6d71af72505c5a98b83323d67dfd7f0c1d1fcb73
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- pushd libs
|
|
- jar xf *.jar
|
|
- rm *.jar
|
|
- find -type f -name \*.class -delete
|
|
- find -type f -name Test\*.java -delete
|
|
- popd
|
|
- mv libs src/main/java/
|
|
|
|
MaintainerNotes: Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tournament/issues/1
|
|
is fixed.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
|
|
NoSourceSince: '1.0'
|