diff --git a/recipes/wip/nakamoto-wallet/recipe.toml b/recipes/wip/nakamoto-wallet/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e9e2230f395b08f6a863cc6e81f20ebf526c5bb6 --- /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 0000000000000000000000000000000000000000..6d7f2209e4b2c5dc492a3ba13e86b38fbe3cd7dd --- /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 +"""