Add recipes

This commit is contained in:
Ribbon 2024-10-01 13:09:34 +00:00
parent 50770e6d93
commit 6218c5e464
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/orhun/binsider"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/emmyoh/vox"
[build]
template = "cargo"

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/OkuBrowser/oku-fs"
[build]
template = "custom"
dependencies = [
"libfuse3",
]
script = """
cookbook_cargo --features fuse cli
"""

View File

@ -0,0 +1,16 @@
#TODO not compiled or tested
[source]
git = "https://github.com/OkuBrowser/oku"
[build]
template = "custom"
dependencies = [
"gtk4",
"glib",
"pango",
"webkitgtk4",
"libfuse3",
]
script = """
./prebuild.sh
cookbook_cargo
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/dbus2/busd"
[build]
template = "cargo"