diff --git a/index/tr/trendy_terminal/trendy_terminal-0.0.5.toml b/index/tr/trendy_terminal/trendy_terminal-0.0.5.toml new file mode 100644 index 00000000..32d43ce6 --- /dev/null +++ b/index/tr/trendy_terminal/trendy_terminal-0.0.5.toml @@ -0,0 +1,30 @@ +name = "trendy_terminal" +description = "Terminal options, setup, tab completion and hinting." +version = "0.0.5" +website = "https://github.com/pyjarrett/trendy_terminal" + +authors = ["Paul Jarrett"] +maintainers = ["Paul Jarrett "] +maintainers-logins = ["pyjarrett"] +licenses = "Apache-2.0" +tags = ["terminal", "command-line", "console", "vt100"] + +project-files = ["trendy_terminal.gpr"] + +[gpr-externals] +Mode = ["debug", "optimize"] + +[gpr-set-externals.'case(os)'] +windows = { Trendy_Terminal_Platform = "windows" } +linux = { Trendy_Terminal_Platform = "linux" } +macos = { Trendy_Terminal_Platform = "macos" } + +[available.'case(os)'] +linux = true +windows = true +macos = true + +[origin] +commit = "f56da7f18a8ad2c4be12501aa8f31d2aad8f6095" +url = "git+https://github.com/pyjarrett/trendy_terminal.git" + diff --git a/trendy_terminal-0.0.5.toml b/trendy_terminal-0.0.5.toml new file mode 100644 index 00000000..792cc0bd --- /dev/null +++ b/trendy_terminal-0.0.5.toml @@ -0,0 +1,22 @@ +name = "trendy_terminal" +description = "Terminal options, setup, tab completion and hinting." +version = "0.0.5" +website = "https://github.com/pyjarrett/trendy_terminal" + +authors = ["Paul Jarrett"] +maintainers = ["Paul Jarrett "] +maintainers-logins = ["pyjarrett"] +licenses = "Apache-2.0" +tags = ["terminal", "command-line", "console", "vt100"] + +project-files = ["trendy_terminal.gpr"] + +[gpr-set-externals.'case(os)'] +windows = { Trendy_Terminal_Platform = "windows" } +linux = { Trendy_Terminal_Platform = "linux" } +macos = { Trendy_Terminal_Platform = "macos" } + +[origin] +commit = "2667fcafcdc37c82a64eac119242dc8be035535b" +url = "git+https://github.com/pyjarrett/trendy_terminal.git" +