diff --git a/index/as/asfml/asfml-2.4.1.toml b/index/as/asfml/asfml-2.4.1.toml new file mode 100644 index 00000000..8678af3d --- /dev/null +++ b/index/as/asfml/asfml-2.4.1.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.4.1" + +authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +licenses = "custom-zlib-acknowledgement" +website = "https://mgrojo.github.io/ASFML/" +tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"] + +[[depends-on]] +libcsfml = "^2.4" + +[origin] +commit = "a9027205ab1f11054f647767404a67bb95fe4169" +url = "git+https://github.com/mgrojo/ASFML.git" + diff --git a/index/li/libcsfml/libcsfml-external.toml b/index/li/libcsfml/libcsfml-external.toml index 6dc52ea7..4ba105a8 100644 --- a/index/li/libcsfml/libcsfml-external.toml +++ b/index/li/libcsfml/libcsfml-external.toml @@ -9,4 +9,5 @@ kind = "system" [external.origin."case(distribution)"] "debian|ubuntu" = ["libcsfml-dev"] "msys2" = ["mingw-w64-x86_64-csfml"] - "arch|fedora" = ["csfml"] + "arch" = ["csfml"] + "fedora" = ["CSFML"]