bingada 1.0.0, fix csfml external (#695)

* Add BingAda to the index

* Use the devel version for Fedora

We need the devel version so we can link applications using `-lcsfml-*`
This commit is contained in:
Manuel
2022-12-05 12:23:27 +01:00
committed by GitHub
parent b48c25dd52
commit 9e4e95157e
2 changed files with 26 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
name = "bingada"
description = "Bingo application in GTKAda with sound in ASFML"
version = "1.0.0"
authors = ["Javier Fuica Fernández", "Manuel Gómez"]
maintainers = ["Manuel Gómez <mgrojo@gmail.com>"]
maintainers-logins = ["mgrojo"]
licenses = "MIT"
website = "https://github.com/jfuica/bingada"
tags = ["bingo", "game", "chance", "family", "sound", "gtk", "sfml"]
executables = ["bingada"]
[[depends-on]] # This line was added by `alr with`
gtkada = "^21.0.0" # This line was added by `alr with`
[[depends-on]] # This line was added by `alr with`
asfml = "^2.5.0" # This line was added by `alr with`
[origin]
commit = "a25771e2de2d5abbc7058e442ef7c8cdbeca8600"
url = "git+https://github.com/jfuica/bingada.git"
+1 -1
View File
@@ -10,4 +10,4 @@ kind = "system"
"debian|ubuntu" = ["libcsfml-dev"]
"msys2" = ["mingw-w64-x86_64-csfml"]
"arch" = ["csfml"]
"fedora" = ["CSFML"]
"fedora" = ["CSFML-devel"]