From a9b3369fa7e147cc9ba5f927a930a3bddf9d282e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 29 Dec 2023 09:37:56 +0000 Subject: [PATCH] new recipes --- recipes/wip/nakamoto-wallet/recipe.toml | 8 ++++++++ recipes/wip/weylus/recipe.toml | 26 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 recipes/wip/nakamoto-wallet/recipe.toml create mode 100644 recipes/wip/weylus/recipe.toml diff --git a/recipes/wip/nakamoto-wallet/recipe.toml b/recipes/wip/nakamoto-wallet/recipe.toml new file mode 100644 index 000000000..e9e2230f3 --- /dev/null +++ b/recipes/wip/nakamoto-wallet/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cloudhead/nakamoto" +[build] +template = "custom" +script = """ +cookbook_cargo_packages nakamoto-wallet +""" diff --git a/recipes/wip/weylus/recipe.toml b/recipes/wip/weylus/recipe.toml new file mode 100644 index 000000000..6d7f2209e --- /dev/null +++ b/recipes/wip/weylus/recipe.toml @@ -0,0 +1,26 @@ +#TODO port to redox +#TODO build instructions - https://github.com/H-M-H/Weylus#building +[source] +git = "https://github.com/H-M-H/Weylus" +[build] +template = "custom" +dependencies = [ + "pango", + "gstreamer", + "dbus", + "libx11", + "libxext", + "libxft", + "libxinerama", + "libxcursor", + "libxi", + "libxv", + "libxfixes", + "libxtst", + "libxrender", + "libxrandr", + "libxcomposite", +] +script = """ +cookbook_cargo_packages weylus +""" -- GitLab