From a8bcb71a90a421ef9934191e6b9813da72154b3e Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 24 Oct 2022 09:34:38 +0200 Subject: [PATCH] florist_blady 6.0.0 (#629) * Add Alire support for Florist source version. * Specify available OS. * Change name to avoid confusion with that one provided by AdaCore. Add provides property for API compatibility with any Florist compliant with Posix Ada. * Rename the parent folder. * Set corresponding alternate AdaCore version to 22.0. * Fix naming of config GPR file in the new provided commit. --- .../fl/florist_blady/florist_blady-6.0.0.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index/fl/florist_blady/florist_blady-6.0.0.toml diff --git a/index/fl/florist_blady/florist_blady-6.0.0.toml b/index/fl/florist_blady/florist_blady-6.0.0.toml new file mode 100644 index 00000000..3e9c3883 --- /dev/null +++ b/index/fl/florist_blady/florist_blady-6.0.0.toml @@ -0,0 +1,33 @@ +name = "florist_blady" +description = "POSIX Ada Bindings" +version = "6.0.0" +provides = ["florist=22.0"] +tags = ["florist", "posix", "bindings"] + +authors = ["Florida State University (FSU)", "AdaCore"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/florist" + +licenses = "GPL-3.0-only" + +project-files = ["lib_florist.gpr"] + +[available.'case(os)'] +linux = true +macos = true +windows = false +'...' = false + +[[actions]] +type = "post-fetch" +command = ["sh", "configure"] + +[[actions]] +type = "post-fetch" +command = ["make", "gen"] + +[origin] +commit = "3bc476ccf9541b32ad409e639394ae0b45df35cd" +url = "git+https://github.com/Blady-Com/florist.git" +