From 9f5ada1c38ab4597d00422a88769018967f41255 Mon Sep 17 00:00:00 2001 From: HonkiTonk Date: Tue, 6 Jun 2023 12:13:29 +0200 Subject: [PATCH] honki_tonks_zivilisationen 0.5.1590-dev (#826) --- ...nki_tonks_zivilisationen-0.5.1590-dev.toml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.5.1590-dev.toml diff --git a/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.5.1590-dev.toml b/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.5.1590-dev.toml new file mode 100644 index 00000000..df73b05b --- /dev/null +++ b/index/ho/honki_tonks_zivilisationen/honki_tonks_zivilisationen-0.5.1590-dev.toml @@ -0,0 +1,26 @@ +name = "honki_tonks_zivilisationen" +description = "The Code of my 4X turn-based strategy game." +version = "0.05.1590-dev" + +long-description = """ +Der Code meines 4X-Rundenstrategiespiels. Geschrieben in Ada 2022 unter Verwendung der Ada Standardbibliothek, der ASFML 2.5.3, der CSFML 2.5.1 und der SFML 2.5.1. 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 2022 using the Ada standard library, the ASFML 2.5.3, the CSFML 2.5.1 and the SFML 2.5.1. Only intensively tested 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 = "e7f9e06e01ebe01b594b52b83fa70333825a1dee" +url = "git+https://github.com/HonkiTonk/Honki-Tonks-Zivilisationen.git" +