From 5259fe3684b5a8ca6e38f929d06dc6e92b3cefde Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sat, 14 Jan 2023 00:01:12 +1100 Subject: [PATCH] ashell 1.3.0 (#704) * Add files via upload * ashell: Force use of GCC 11.2.4 until 'florist_blady' fixes 'unnecessary with of ancestor' warning, which was introduced in later versions of GCC. * ashell: Add spawn_server to project-files. * ashell: Disable availability on 'msys2' distributions. Co-authored-by: Alejandro R. Mosteo --- index/as/ashell/ashell-1.3.0.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/as/ashell/ashell-1.3.0.toml diff --git a/index/as/ashell/ashell-1.3.0.toml b/index/as/ashell/ashell-1.3.0.toml new file mode 100644 index 00000000..d4db806b --- /dev/null +++ b/index/as/ashell/ashell-1.3.0.toml @@ -0,0 +1,27 @@ +name = "ashell" +description = "Allows running and interacting with OS programs." +long-description = "Useful for writing shell-like applications or applications which start, stop and interact with spawned OS programs." +version = "1.3.0" + +authors = ["Rod Kay"] +maintainers = ["Rod Kay "] +maintainers-logins = ["charlie5"] + +licenses = "ISC" +website = "https://github.com/charlie5/aShell" +tags = ["spawn", "os", "command", "process", "directories"] + +project-files = ["library/ashell.gpr", + "applet/spawn_server/spawn_server.gpr"] + +[available.'case(distribution)'] +'msys2' = false +'...' = true + +[[depends-on]] +gcc = "11.2.4" +florist_blady = "6.0.0" +[origin] +commit = "8d2540e0f446427d11df1793b37cec04c01145a2" +url = "git+https://github.com/charlie5/aShell.git" +