From ee6b2bdaf44777848ad42a3233eb722358c26a9d Mon Sep 17 00:00:00 2001 From: Felix Patschkowski <49550034+Patschkowski@users.noreply.github.com> Date: Tue, 9 Feb 2021 10:24:38 +0100 Subject: [PATCH] GWindows 1.4 (#245) * Added GWindows manifest. * Point to original GWindows repo. * Fix temporarily broken build checks * Added optional, recommended properties after review by Alire team. Co-authored-by: Alejandro R. Mosteo --- index/gw/gwindows/gwindows-1.4.0.toml | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 index/gw/gwindows/gwindows-1.4.0.toml diff --git a/index/gw/gwindows/gwindows-1.4.0.toml b/index/gw/gwindows/gwindows-1.4.0.toml new file mode 100644 index 00000000..221b41ba --- /dev/null +++ b/index/gw/gwindows/gwindows-1.4.0.toml @@ -0,0 +1,41 @@ +name = "gwindows" +version = "1.4" +description = "GWindows - Ada Framework for Windows Development" +authors = [ + "David Botton", + "Gautier de Montmollin" +] +maintainers = [ + "Felix Patschkowski " +] +maintainers-logins = [ + "patschkowski" +] +licenses = "LGPL-2.0-or-later" +project-files = [ + "gnatcom/gnatcom.gpr", + "gnatcom/gnatcom_tools.gpr", + "gwindows/gwindows.gpr" +] +executables = [ + "bindcom", + "comscope", + "createcom", + "makeguid" +] +tags = [ + "gui" +] +website = "https://sourceforge.net/projects/gnavi/" + +[available.'case(os)'] +windows = true +'...' = false + +[environment.PATH] +prepend = "${CRATE_ROOT}/alire/build/gnatcom/tools" + +[origin] +commit = "d0532079a0a2885248c3461d958d5bbab6077f52" +url = "git+https://github.com/zertovitch/gwindows.git" +