Add recipes

This commit is contained in:
Ribbon 2024-05-09 20:28:07 +00:00
parent 49d55f9edd
commit d63b675c74
10 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dfinity/canbench"
[build]
template = "custom"
script = """
cookbook_cargo_packages canbench
"""

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dfinity/sdk"
[build]
template = "custom"
script = """
cookbook_cargo_packages dfx
"""

View File

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

View File

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

View File

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

View File

@ -0,0 +1,9 @@
#TODO port to Orbital
[source]
git = "https://github.com/orhun/runst"
[build]
template = "cargo"
dependencies = [
"glib",
"pango",
]

View File

@ -0,0 +1,5 @@
#TODO port to Orbital, see https://github.com/orhun/menyoki/blob/master/IMPLEMENTATION.md#implementing-for-other-platforms
[source]
git = "https://github.com/orhun/menyoki"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/marysaka/mkisofs-rs"
[build]
template = "cargo"