mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add recipes
This commit is contained in:
parent
52bc28fdb1
commit
60fa79bbbf
5
recipes/wip/dev/get-blessed/recipe.toml
Normal file
5
recipes/wip/dev/get-blessed/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/josueBarretogit/get_blessed_rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/finance/pushtx/recipe.toml
Normal file
8
recipes/wip/finance/pushtx/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alfred-hodler/pushtx"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages pushtx-cli
|
||||
"""
|
||||
13
recipes/wip/net/hurl/recipe.toml
Normal file
13
recipes/wip/net/hurl/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Orange-OpenSource/hurl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"curl",
|
||||
"libxml2",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages hurl
|
||||
"""
|
||||
5
recipes/wip/net/vopono/recipe.toml
Normal file
5
recipes/wip/net/vopono/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jamesmcm/vopono"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/flawz/recipe.toml
Normal file
5
recipes/wip/security/flawz/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/orhun/flawz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/helix-gpui/recipe.toml
Normal file
5
recipes/wip/tools/helix-gpui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/polachok/helix-gpui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/hired/recipe.toml
Normal file
5
recipes/wip/tools/hired/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sidju/hired"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/lddtree-rs/recipe.toml
Normal file
5
recipes/wip/tools/lddtree-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/messense/lddtree-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user