From d3ea5abeadab7121a2f29bd1313456c7f61e7162 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Wed, 31 May 2023 10:06:33 +0200 Subject: [PATCH] gwindows 1.4.1 (#820) * Create gwindows-1.4.1.toml Update to recent version of GWindows. * Update gwindows-1.4.1.toml Use git commit instead of release Zip file (alire's unzip tool too ancient). --- index/gw/gwindows/gwindows-1.4.1.toml | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index/gw/gwindows/gwindows-1.4.1.toml diff --git a/index/gw/gwindows/gwindows-1.4.1.toml b/index/gw/gwindows/gwindows-1.4.1.toml new file mode 100644 index 00000000..60a53a6d --- /dev/null +++ b/index/gw/gwindows/gwindows-1.4.1.toml @@ -0,0 +1,43 @@ +name = "gwindows" +version = "1.4.1" +description = "GWindows - Ada Framework for Windows Development" +authors = [ + "David Botton", + "Gautier de Montmollin" +] +maintainers = [ + "Felix Patschkowski ", + "gdemont@hotmail.com" +] +maintainers-logins = [ + "patschkowski", + "zertovitch" +] +licenses = "LGPL-2.0-or-later" +project-files = [ + "gnatcom/gnatcom.gpr", + "gnatcom/gnatcom_tools.gpr", + "gwindows/gwindows.gpr", + "gwindows/gwindows_contrib.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 = "916c14e9f74eb2db5a4797284ab14fa71d66ed9d" +url = "git+https://github.com/zertovitch/gwindows.git"