From 775909d2b318a2b71dbfacae583e8775a2dd9000 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 13 Jan 2024 09:59:36 +0000 Subject: [PATCH] add recipes --- recipes/wip/finch/recipe.toml | 14 ++++++++++++++ recipes/wip/pidgin/recipe.toml | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 recipes/wip/finch/recipe.toml create mode 100644 recipes/wip/pidgin/recipe.toml diff --git a/recipes/wip/finch/recipe.toml b/recipes/wip/finch/recipe.toml new file mode 100644 index 000000000..c7a578540 --- /dev/null +++ b/recipes/wip/finch/recipe.toml @@ -0,0 +1,14 @@ +#TODO missing dependencies +[source] +tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2" +[build] +template = "custom" +dependencies = [ + "ncurses", +] +script = """ +COOKBOOK_CONFIGURE_FLAGS+=( + --disable-gtkui +) +cookbook_configure +""" diff --git a/recipes/wip/pidgin/recipe.toml b/recipes/wip/pidgin/recipe.toml new file mode 100644 index 000000000..8ac647168 --- /dev/null +++ b/recipes/wip/pidgin/recipe.toml @@ -0,0 +1,5 @@ +#TODO missing dependencies +[source] +tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2" +[build] +template = "configure" -- GitLab