From 6c9b3bc52eaa27e730ed8d7a0ae254375dfab65c Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 4 Apr 2015 00:25:38 +0200 Subject: [PATCH] New app: Swiss Chess Tournament --- metadata/gingergan.com.tournament.txt | 41 +++++++++++++++++++++++++++ srclibs/MDSwiss.txt | 3 ++ 2 files changed, 44 insertions(+) create mode 100644 metadata/gingergan.com.tournament.txt create mode 100644 srclibs/MDSwiss.txt diff --git a/metadata/gingergan.com.tournament.txt b/metadata/gingergan.com.tournament.txt new file mode 100644 index 0000000000..c98fd38ac4 --- /dev/null +++ b/metadata/gingergan.com.tournament.txt @@ -0,0 +1,41 @@ +Categories:Games,Office +License:Apache2 +Web Site: +Source Code:https://github.com/JhilanAlkarawi/Swiss-Tournament +Issue Tracker:https://github.com/JhilanAlkarawi/Swiss-Tournament/issues + +Auto Name:Swiss Chess Tournament +Summary:Manage tournaments +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 +. + +Repo Type:git +Repo:https://github.com/JhilanAlkarawi/Swiss-Tournament + +Build:1.0,1 + commit=719f6775e613ae3fbb91ae076413fdc0b0f3d2c6 + 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/ + +Maintainer Notes: +Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tournament/issues/1 is fixed. +. + +Auto Update Mode:None +Update Check Mode:None +Current Version:1.0 +Current Version Code:1 + diff --git a/srclibs/MDSwiss.txt b/srclibs/MDSwiss.txt new file mode 100644 index 0000000000..2e3e034237 --- /dev/null +++ b/srclibs/MDSwiss.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://code.google.com/p/swiss-pairing-engine/ +Subdir:mdswiss