mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add recipes
This commit is contained in:
parent
49d55f9edd
commit
d63b675c74
8
recipes/wip/benchmarks/canbench/recipe.toml
Normal file
8
recipes/wip/benchmarks/canbench/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/benchmarks/cargo-benchcmp/recipe.toml
Normal file
5
recipes/wip/benchmarks/cargo-benchcmp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/cargo-benchcmp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/boon/recipe.toml
Normal file
5
recipes/wip/dev/boon/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/camchenry/boon"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/dfx/recipe.toml
Normal file
8
recipes/wip/dev/dfx/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/dev/stgit/recipe.toml
Normal file
5
recipes/wip/dev/stgit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/stacked-git/stgit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/rustypaste/recipe.toml
Normal file
5
recipes/wip/net/rustypaste/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orhun/rustypaste-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/polypolish/recipe.toml
Normal file
5
recipes/wip/science/polypolish/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rrwick/Polypolish"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/services/runst/recipe.toml
Normal file
9
recipes/wip/services/runst/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO port to Orbital
|
||||
[source]
|
||||
git = "https://github.com/orhun/runst"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"pango",
|
||||
]
|
||||
5
recipes/wip/tools/menyoki/recipe.toml
Normal file
5
recipes/wip/tools/menyoki/recipe.toml
Normal 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"
|
||||
5
recipes/wip/tools/mkisofs-rs/recipe.toml
Normal file
5
recipes/wip/tools/mkisofs-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/marysaka/mkisofs-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user