new recipes

This commit is contained in:
Ribbon 2023-12-29 09:37:56 +00:00
parent ff012fe81c
commit a9b3369fa7
2 changed files with 34 additions and 0 deletions

View File

@ -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
"""

View File

@ -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
"""