mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Add recipes
This commit is contained in:
parent
4a2870ee12
commit
49d55f9edd
5
recipes/wip/dev/git-graph/recipe.toml
Normal file
5
recipes/wip/dev/git-graph/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mlange-42/git-graph"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-subset/recipe.toml
Normal file
5
recipes/wip/dev/git-subset/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jasonwhite/git-subset"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/projclean/recipe.toml
Normal file
5
recipes/wip/dev/projclean/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sigoden/projclean"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/security/airgorah/recipe.toml
Normal file
8
recipes/wip/security/airgorah/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/martin-olivier/airgorah"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
]
|
||||
5
recipes/wip/security/binsec/recipe.toml
Normal file
5
recipes/wip/security/binsec/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ex0dus-0x/binsec"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/cyme/recipe.toml
Normal file
5
recipes/wip/tools/cyme/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO port to Redox
|
||||
[source]
|
||||
git = "https://github.com/tuna-f1sh/cyme"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/dispatch/recipe.toml
Normal file
5
recipes/wip/tools/dispatch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/brianyu28/dispatch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/pfetch-rs/recipe.toml
Normal file
5
recipes/wip/tools/pfetch-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Gobidev/pfetch-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/xsv/recipe.toml
Normal file
5
recipes/wip/tools/xsv/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/xsv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/imdb-rename/recipe.toml
Normal file
5
recipes/wip/video/imdb-rename/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/imdb-rename"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user