From bfed90554c1d69b76f1ae941dfdf7f8977d45d3c Mon Sep 17 00:00:00 2001 From: HonkiTonk Date: Fri, 9 Dec 2022 18:12:55 +0100 Subject: [PATCH] =?UTF-8?q?Honki=20Tonk=C2=B4s=20Zivilisationen=20-=20Vers?= =?UTF-8?q?ion:=200.04.5440=20(#696)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Delete honki_tonks_zivilisationen-0.4.5440-dev.toml * Add files via upload --- ...nki_tonks_zivilisationen-0.4.5460-dev.toml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.4.5460-dev.toml diff --git a/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.4.5460-dev.toml b/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.4.5460-dev.toml new file mode 100644 index 00000000..6378fca7 --- /dev/null +++ b/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.4.5460-dev.toml @@ -0,0 +1,26 @@ +name = "honki_tonks_zivilisationen" +description = "The Code of my 4X turn-based strategy game." +version = "0.04.5460-dev" + +long-description = """ +Der Code meines 4X-Rundenstrategiespiels. Geschrieben in Ada mit der Standardbibliothek und ASFML. Nur unter Linux intensiv getestet, sollte aber auch unter anderen Betriebssystemen problemlos funktionieren. + +The Code of my 4X turn-based strategy game. Written in Ada using the Standard Library and ASFML. Only tested intensively under Linux, but should also work without problems under other operating systems. +""" + +authors = ["Stefan Hild"] +maintainers = ["Stefan Hild "] +maintainers-logins = ["HonkiTonk"] + +licenses = "GPL-3.0-or-later" +website = "https://github.com/HonkiTonk/Honki-Tonks-Zivilisationen" +tags = ["game", "sfml", "4x", "roundbased", "strategy", "cross-platform", "multimedia", "2d"] + +executables = ["honki_tonks_zivilisationen"] +[[depends-on]] +asfml = "^2.5.3" +gnat = ">=12.0.0" +[origin] +commit = "176fb78f7f3657f8397006709f4b466076fef7c5" +url = "git+https://github.com/HonkiTonk/Honki-Tonks-Zivilisationen.git" +