From 4bbd7f960ac10321906e7d44be73ae9ff0d2fb10 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 15 Jul 2021 13:20:42 +0200 Subject: [PATCH] asfml 2.5: Ada binding to Simple and Fast Multimedia Library (#297) * Add crate for asfml: Ada binding to Simple and Fast Multimedia Library * Fix file location Co-authored-by: Alejandro R. Mosteo --- index/as/asfml/asfml-2.5.0.toml | 19 +++++++++++++++++++ index/li/libcsfml/libcsfml-external.toml | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 index/as/asfml/asfml-2.5.0.toml create mode 100644 index/li/libcsfml/libcsfml-external.toml diff --git a/index/as/asfml/asfml-2.5.0.toml b/index/as/asfml/asfml-2.5.0.toml new file mode 100644 index 00000000..37a3eb78 --- /dev/null +++ b/index/as/asfml/asfml-2.5.0.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.5.0" + +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.5" + +[origin] +commit = "17e54f663a163ef68359dea1326ad5b8379d8f02" +url = "git+https://github.com/mgrojo/ASFML.git" + diff --git a/index/li/libcsfml/libcsfml-external.toml b/index/li/libcsfml/libcsfml-external.toml new file mode 100644 index 00000000..75507612 --- /dev/null +++ b/index/li/libcsfml/libcsfml-external.toml @@ -0,0 +1,12 @@ +name = "libcsfml" +description = "Libraries for the C Binding of SFML - Development Files" + +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +[[external]] +kind = "system" + [external.origin."case(distribution)"] + "debian|ubuntu" = ["libcsfml-dev"] + "msys2" = ["mingw-w64-x86_64-csfml"] + "arch" = ["csfml"]