diff --git a/index/bi/bingada/bingada-1.0.0.toml b/index/bi/bingada/bingada-1.0.0.toml new file mode 100644 index 00000000..94936b10 --- /dev/null +++ b/index/bi/bingada/bingada-1.0.0.toml @@ -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 "] +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" + diff --git a/index/li/libcsfml/libcsfml-external.toml b/index/li/libcsfml/libcsfml-external.toml index 4ba105a8..d6920246 100644 --- a/index/li/libcsfml/libcsfml-external.toml +++ b/index/li/libcsfml/libcsfml-external.toml @@ -10,4 +10,4 @@ kind = "system" "debian|ubuntu" = ["libcsfml-dev"] "msys2" = ["mingw-w64-x86_64-csfml"] "arch" = ["csfml"] - "fedora" = ["CSFML"] + "fedora" = ["CSFML-devel"]