Add Alire support for Gnoga V2.2. (#1985)

This commit is contained in:
Blady-Com
2026-06-23 10:30:18 +02:00
committed by GitHub
parent 00dee37783
commit 87774f91b5
+31
View File
@@ -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 <blady.net@orange.fr>"]
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"