From 87774f91b5eaa4a183821f9b53a3ed460542999e Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Tue, 23 Jun 2026 10:30:18 +0200 Subject: [PATCH] Add Alire support for Gnoga V2.2. (#1985) --- index/gn/gnoga/gnoga-2.2.2.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index/gn/gnoga/gnoga-2.2.2.toml diff --git a/index/gn/gnoga/gnoga-2.2.2.toml b/index/gn/gnoga/gnoga-2.2.2.toml new file mode 100644 index 00000000..fe6d8751 --- /dev/null +++ b/index/gn/gnoga/gnoga-2.2.2.toml @@ -0,0 +1,31 @@ +name = "gnoga" +description = "gnoga - The GNU Omnificent GUI for Ada" +version = "2.2.2" +tags = ["gui", "web", "server", "http", "https", "ssl"] + +authors = ["David Botton"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/gnoga" + +licenses = "GPL-3.0-only WITH GCC-exception-3.1" + +project-files = ["lib_gnoga.gpr"] + +[gpr-set-externals.'case(os)'] +linux = { Target_OS = "Linux", PRJ_TARGET = "Linux" } +windows = { Target_OS = "Windows", PRJ_TARGET = "Windows" } +macos = { Target_OS = "OSX", PRJ_TARGET = "OSX" } + +[gpr-set-externals] +UXS_VARIANT = "UXS3" + +[[depends-on]] +gnat = ">=2021 | (>=12 & <2000)" +simple_components = "^4.62.0" +uxstrings = "0.9.3" + +[origin] +commit = "2513b058ff0a0bc7b895edf7c7be5f548a2eff08" +url = "git+https://github.com/Blady-Com/gnoga.git" +