From 4692dd667bf5c767b0796dce047aecf6e1a634c6 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 15 Sep 2015 14:38:25 -0400 Subject: [PATCH] contrib: add some missing FDroid metadate files Signed-off-by: Jean Privat --- contrib/mnit_test/org.nitlanguage.test_minimal.txt | 10 ++++++++++ contrib/tinks/net.xymus.tinks.txt | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 contrib/mnit_test/org.nitlanguage.test_minimal.txt create mode 100644 contrib/tinks/net.xymus.tinks.txt diff --git a/contrib/mnit_test/org.nitlanguage.test_minimal.txt b/contrib/mnit_test/org.nitlanguage.test_minimal.txt new file mode 100644 index 0000000..9f3bb3c --- /dev/null +++ b/contrib/mnit_test/org.nitlanguage.test_minimal.txt @@ -0,0 +1,10 @@ +Categories:Nit +License:Apache2 +Web Site:http://nitlanguage.org +Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/mnit_test +Issue Tracker:https://github.com/nitlang/nit/issues + +Summary:Minimal Demo for MNit +Description: +A useless application that test various basic API usage of the mnit framework on Android. +. diff --git a/contrib/tinks/net.xymus.tinks.txt b/contrib/tinks/net.xymus.tinks.txt new file mode 100644 index 0000000..ceed2bc --- /dev/null +++ b/contrib/tinks/net.xymus.tinks.txt @@ -0,0 +1,13 @@ +Categories:Nit,Games +License:Apache2 +Web Site:http://nitlanguage.org +Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/tinks +Issue Tracker:https://github.com/nitlang/nit/issues + +Summary:Multiplayer crossplatform action game with destructible procedurally generated worlds +Description: +Each player controls a tank, opens fire from the turret and navigates between the terrain features. +Explosions from turret fire and tank destruction have different forces and destroy the terrain. +Each tank needs 4 hits to be destroyed. +Destroyed tanks drop health power-ups which can repair other tanks. +. -- 1.7.9.5