diff --git a/index/tr/trendy_terminal/trendy_terminal-0.0.2.toml b/index/tr/trendy_terminal/trendy_terminal-0.0.2.toml new file mode 100644 index 00000000..7f4a3730 --- /dev/null +++ b/index/tr/trendy_terminal/trendy_terminal-0.0.2.toml @@ -0,0 +1,30 @@ +name = "trendy_terminal" +description = "Terminal options, setup, tab completion and hinting." +version = "0.0.2" +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 = false + +[origin] +commit = "4ff45b26617eaff8257e203266b7d39abbfa88fb" +url = "git+https://github.com/pyjarrett/trendy_terminal.git" +