From f5be0a955e7a8143c63590f3b2b8acf67f08d9a6 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Wed, 26 Mar 2025 10:36:17 +0100 Subject: [PATCH] lea 0.92.0 (#1455) --- index/le/lea/lea-0.92.0.toml | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 index/le/lea/lea-0.92.0.toml diff --git a/index/le/lea/lea-0.92.0.toml b/index/le/lea/lea-0.92.0.toml new file mode 100644 index 00000000..2ec19f75 --- /dev/null +++ b/index/le/lea/lea-0.92.0.toml @@ -0,0 +1,71 @@ +description = "LEA is a Lightweight Editor for Ada " +name = "lea" +version = "0.92.0" + +authors = ["Gautier de Montmollin"] +website = "https://github.com/zertovitch/lea" +licenses = "MIT" +tags = ["application", "lea", "editor", "hac"] +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] + +long-description = """ +  lea screenshot 1lea screenshot 2lea screenshot 3lea screenshot 4 + +**LEA**, a **Lightweight Editor for Ada**, aims to provide an easy, script-world-like, "look & feel" for developing Ada projects of any size and level, while enabling access to full-scale development tools like GNAT. + +Features: + +* Quick start and reactivity +* Uses the Scintilla editor widget (like Notepad++) +* Multi-document +* Multiple undo's & redo's +* Multi-line, multi-point editing; rectangular selections +* Duplication of lines and selections +* Color themes +* Syntax highlighting, parenthesis matching +* Bookmarks +* Smart editor features (auto-completion, navigation, mouse-hover infos) +* Includes HAC, the HAC Ada Compiler +* Includes numerous examples of Ada programs, ready to be run +* Single executable, runs without installation +* Programmed in Ada +* **Free**, Open-Source +""" + +project-files = ["lea_project_tree.gpr"] +executables = ["lea"] + +[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.5.0" +[[depends-on]] +zipada = "^58.0.0" +[[depends-on]] +gnat = "/=10.3.2" +[[depends-on]] +hac = "0.41.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-src-v.0.92.zip" +hashes = ["sha512:2e2a83184bb7eb71ca626c1a1fe0c1a13a69f0d3b3ad58dd20d50660be80169c1066d76865527d9f3482c1e5bff846ac294e245cf33d6d9371dc9b5e137c5e47"]