mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
3010658d6a
commit
fc5ddc742e
14
recipes/wip/dev/allocscope/recipe.toml
Normal file
14
recipes/wip/dev/allocscope/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/matt-kimball/allocscope"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libiberty",
|
||||
"ncurses",
|
||||
"sqlite3",
|
||||
"libunwind",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages allocscope-trace allocscope-view
|
||||
"""
|
||||
5
recipes/wip/dev/colmena/recipe.toml
Normal file
5
recipes/wip/dev/colmena/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/zhaofengli/colmena"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rbasefind/recipe.toml
Normal file
5
recipes/wip/dev/rbasefind/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sgayou/rbasefind"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tools/arrow-tools/recipe.toml
Normal file
8
recipes/wip/tools/arrow-tools/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/domoritz/arrow-tools"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages csv2arrow csv2parquet json2arrow json2parquet
|
||||
"""
|
||||
5
recipes/wip/tools/bdt/recipe.toml
Normal file
5
recipes/wip/tools/bdt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/datafusion-contrib/bdt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/caesium/recipe.toml
Normal file
5
recipes/wip/tools/caesium/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Lymphatus/caesium-clt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/diffr/recipe.toml
Normal file
5
recipes/wip/tools/diffr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mookid/diffr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/halp/recipe.toml
Normal file
5
recipes/wip/tools/halp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orhun/halp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rana/recipe.toml
Normal file
5
recipes/wip/tools/rana/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/grunch/rana"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rq/recipe.toml
Normal file
5
recipes/wip/tools/rq/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dflemstr/rq"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user