Add eagle_lander simulator (#77)

This commit is contained in:
Fabien Chouteau
2019-12-18 16:45:39 +01:00
committed by Alejandro R Mosteo
parent d2d104c9d9
commit 264d35b5d8
2 changed files with 15 additions and 13 deletions
+15
View File
@@ -0,0 +1,15 @@
[general]
description = "Apollo 11 lunar lander simulator"
maintainers = ["fabien.choutea@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
tags = ["simulator", "game", "gtk"]
licenses = ["GPL 3.0"]
project-files = ["eagle_lander.gpr"]
["1.2"]
origin = "https://github.com/Fabien-Chouteau/eagle-lander/releases/download/v1.2/eagle_lander-1.2.zip"
origin-hashes = ["sha512:578532c24f4945d9ca2372e769c534a6f6fd92293090cecc7ad798b8247a8f52ecd6ffdbf3dd2a12b4210f1401677c480f3e9d603b96418eece6ce461d1f0479"]
["1.2".depends-on]
gtkada = "^17"
-13
View File
@@ -1,13 +0,0 @@
[general]
description = "Apollo 11 lunar lander simulator (Ada/Gtk/Cairo)"
licenses = ["GPL 3.0"]
authors = ["Fabien Chouteau"]
website = "https://blog.adacore.com/make-with-ada-the-eagle-has-landed"
maintainers = ["alejandro@mosteo.com"]
['1.0']
origin = "git+https://github.com/alire-project/eagle-lander.git@5a3bcc61eff4d60d2b741add7841410ce539d0b8"
project-files = ["lunar_lander.gpr"]
['1.0'.depends-on]
gtkada = "^17"