8e1880d107
* Add files via upload * Delete honki_tonks_zivilisationen-0.4.7275-dev.toml * Add files via upload
27 lines
1.1 KiB
TOML
27 lines
1.1 KiB
TOML
name = "honki_tonks_zivilisationen"
|
|
description = "The Code of my 4X turn-based strategy game."
|
|
version = "0.04.7275-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 <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 = "7dbcfc4b8b8c095cd9572eb79ad1f1d8df790e03"
|
|
url = "git+https://github.com/HonkiTonk/Honki-Tonks-Zivilisationen.git"
|
|
|