From ac24551711bc49dee49b04be2c9c8f55accb66b0 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Wed, 7 Jun 2023 11:43:12 +0200 Subject: [PATCH] lea 0.87.0 (#827) Added the LEA application --- index/le/lea/lea-0.87.0.toml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index/le/lea/lea-0.87.0.toml diff --git a/index/le/lea/lea-0.87.0.toml b/index/le/lea/lea-0.87.0.toml new file mode 100644 index 00000000..08b65edb --- /dev/null +++ b/index/le/lea/lea-0.87.0.toml @@ -0,0 +1,43 @@ +description = "LEA is a Lightweight Editor for Ada " +name = "lea" +version = "0.87.0" + +authors = ["Gautier de Montmollin"] +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +website = "https://l-e-a.sourceforge.io/" +licenses = "MIT" +tags = ["lea", "editor"] + +project-files = ["lea_project_tree.gpr"] + +[available.'case(os)'] +windows = true +'...' = false + +[gpr-externals] +LEA_Build_Mode = ["Debug", "Fast", "Small"] + +[gpr-set-externals] +HAC_Build_Mode = "Small" +LEA_Build_Mode = "Small" +Zip_Build_Mode = "Small" + +[[depends-on]] +ini_files = "^10.0.0" +[[depends-on]] +gwindows = "^1.4.0" +[[depends-on]] +zipada = "^58.0.0" +[[depends-on]] +gnat = "<10.3.1" +[[depends-on]] +hac = "~0.22.0" + +[[actions.'case(os)'.windows]] +type = "post-build" +command = ["cmd", "/c copy /B lea_without_data.exe + _lea_data.zip lea.exe"] + +[origin] +url = "https://sourceforge.net/projects/l-e-a/files/lea-2023-06-03-v.0.87.zip" +hashes = ["sha512:f7d7b59d34dbc6659fd39f4e117523f589ba747f341aab1e358968f6838a1e9f8c23ae2dafba77044ebd466275e970ceb9b5ad8a0b31580be26ac259cd9941d5"]