From 01c0e3c2fa2745733cefe9bf6dd486475c581154 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Thu, 14 May 2026 15:58:48 +0200 Subject: [PATCH] tp7_gnoga_examples=11.0.0 (#1915) * Add examples for TP7 Gnoga. * Remove deprecated switch -no_pie. --- .../tp7_gnoga_examples-11.0.0.toml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 index/tp/tp7_gnoga_examples/tp7_gnoga_examples-11.0.0.toml diff --git a/index/tp/tp7_gnoga_examples/tp7_gnoga_examples-11.0.0.toml b/index/tp/tp7_gnoga_examples/tp7_gnoga_examples-11.0.0.toml new file mode 100644 index 00000000..cb77a132 --- /dev/null +++ b/index/tp/tp7_gnoga_examples/tp7_gnoga_examples-11.0.0.toml @@ -0,0 +1,41 @@ +name = "tp7_gnoga_examples" +description = "Examples for Turbo Pascal 7 units in Ada" +version = "11.0.0" +tags = ["tp7", "gnoga", "p2ada"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/tp7ada-gnoga" + +licenses = "CECILL-C" + +project-files = ["tp7_gnoga_examples.gpr"] + +executables = ["main"] + +[[depends-on]] +tp7_gnoga = "^11" +zblib = "1.4.0" + +[[actions]] +type = "post-fetch" +command = ["alr" , "install" , "zbmcompile=1.4.1"] + +[[actions]] +type = "pre-build" +command = ["sh" , "-c", "$HOME/.alire/bin/zbmcompile -i -v Courbes_Mesg -G strings -X ignore courbes"] +[[actions]] +type = "pre-build" +command = ["sh" , "-c", "$HOME/.alire/bin/zbmcompile -i -v Surfaces_Mesg -G strings -X ignore surfaces"] + +[[actions]] +type = "pre-build" +command = ["sh" , "-c", "$HOME/.alire/bin/zbmcompile -i -v Sudoku_Mesg -G strings -X ignore sudoku"] + + +[origin] +commit = "20eb31f62efad8cc9470c28a75fe7e5c37242e11" +subdir = "./examples/" +url = "git+https://github.com/Blady-Com/tp7ada-gnoga.git" +