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
ca8fcbca4f
commit
bf46ddd899
5
recipes/wip/dev/cargo-temp/recipe.toml
Normal file
5
recipes/wip/dev/cargo-temp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yozhgoor/cargo-temp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/icemaker/recipe.toml
Normal file
5
recipes/wip/dev/icemaker/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/matthiaskrgr/icemaker"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/protofetch/recipe.toml
Normal file
5
recipes/wip/dev/protofetch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/coralogix/protofetch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/dominant-colours/recipe.toml
Normal file
5
recipes/wip/graphics/dominant-colours/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alexwlchan/dominant_colours"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/rascii/recipe.toml
Normal file
5
recipes/wip/graphics/rascii/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orhnk/RASCII"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/alevin-fry/recipe.toml
Normal file
5
recipes/wip/science/alevin-fry/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/COMBINE-lab/alevin-fry"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/oarfish/recipe.toml
Normal file
5
recipes/wip/science/oarfish/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/COMBINE-lab/oarfish"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/piscem/recipe.toml
Normal file
5
recipes/wip/science/piscem/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/COMBINE-lab/piscem"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/science/simpleaf/recipe.toml
Normal file
5
recipes/wip/science/simpleaf/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/COMBINE-lab/simpleaf"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/dply/recipe.toml
Normal file
5
recipes/wip/tools/dply/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/vincev/dply-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user