diff --git a/recipes/wip/terminal/tab-rs/recipe.toml b/recipes/wip/terminal/tab-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..91355fc90cb41154a8eeacb99ffa224ccb337ce3 --- /dev/null +++ b/recipes/wip/terminal/tab-rs/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/austinjones/tab-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages tab +""" diff --git a/recipes/wip/terminal/tmux/recipe.toml b/recipes/wip/terminal/tmux/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..6a95203b6edee299da0f0e394c7ed4cc4095886b --- /dev/null +++ b/recipes/wip/terminal/tmux/recipe.toml @@ -0,0 +1,13 @@ +#TODO not compiled or tested +[source] +tar = "https://github.com/tmux/tmux/releases/download/3.4/tmux-3.4.tar.gz" +[build] +template = "custom" +dependencies = [ + "ncurses", + "libevent", +] +script = """ +export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" +cookbook_configure +"""