Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkiTonk authored Aug 4, 2023
1 parent d2e63a7 commit c81dd98
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "honki_tonks_zivilisationen"
description = "The Code of my 4X turn-based strategy game."
version = "0.05.3685"

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 <krapfen@totalplanlos.de>"]
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 = "efac672d4af90d64f8573411631f95039f5146ff"
url = "git+https://github.com/HonkiTonk/Honki-Tonks-Zivilisationen.git"

0 comments on commit c81dd98

Please sign in to comment.