mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
add recipes
This commit is contained in:
parent
1bf1849458
commit
cd7504a205
5
recipes/wip/dev/cargo-c/recipe.toml
Normal file
5
recipes/wip/dev/cargo-c/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lu-zero/cargo-c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/py-spy/recipe.toml
Normal file
5
recipes/wip/dev/py-spy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/benfred/py-spy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pyapp/recipe.toml
Normal file
5
recipes/wip/dev/pyapp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ofek/pyapp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pylyzer/recipe.toml
Normal file
5
recipes/wip/dev/pylyzer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mtshiba/pylyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/pyscan/recipe.toml
Normal file
5
recipes/wip/dev/pyscan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aswinnnn/pyscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/python-launcher/recipe.toml
Normal file
5
recipes/wip/dev/python-launcher/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/brettcannon/python-launcher"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/dssim/recipe.toml
Normal file
5
recipes/wip/graphics/dssim/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kornelski/dssim"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/weggli/recipe.toml
Normal file
5
recipes/wip/security/weggli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/weggli-rs/weggli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user